0x700
0x700 is a hexadecimal numeral commonly used in computing. The value of this literal in decimal is 1792. The prefix 0x is a conventional indicator in many programming languages that the following digits are written in base-16, distinguishing hex constants from decimal ones.
In practice, 0x700 can serve various roles depending on context. As a constant it simply represents the
Numeric representations of 0x700 include binary and octal forms. In binary, it is 0000 0000 0111 0000
Origins and usage: The 0x prefix originates from languages such as C and JavaScript and is widely
See also: hexadecimal notation, memory addressing, bitmask, binary, octal.