0x733
0x733 is a hexadecimal numeral commonly encountered in computer programming. The prefix 0x signals that the digits following it are in base 16. The digits 7, 3, and 3 combine to the value 7×16^2 + 3×16 + 3, which equals 1843 in decimal.
In practice, 0x733 is used as an example literal in code samples to illustrate hex constants, bitwise
Because Ethereum-style addresses start with 0x, the form 0x733 is sometimes encountered in discussions of hexadecimal
Although primarily a numeric literal, 0x733 can also be read as part of longer hex values in
See also: Hexadecimal notation, 0x prefix, Memory address, Hex color.