0x1190
0x1190 is a hexadecimal numeral commonly encountered in computing as a literal value. It represents the decimal number 4496. The prefix 0x is used in many programming languages to indicate a base-16 (hexadecimal) constant, including C, C++, Java, JavaScript, and Python, as well as in assembly and hardware documentation. In binary, 0x1190 is 0001 0001 1001 0000.
Because hexadecimal is often used to align with binary and memory structures, 0x1190 may appear as a
It is not associated with a specific standard by itself; rather it is an example of hexadecimal
See also: hexadecimal numeral system, hexadecimal literals, memory address, bitmask, numeric literal.