0x112A
0x112A is a hexadecimal numeric literal used in computing to denote the integer value 4,394. The 0x prefix is a conventional indicator of hexadecimal notation in many programming languages, including C, C++, Java, JavaScript, and Python.
As a 16-bit value, 0x112A can be expressed in binary as 0001 0001 0010 1010. It decomposes
Common uses include representing fixed values in programs, performing bitwise operations (for example, 0x112A & 0x00FF yields
In Unicode terminology, the numeric value 0x112A corresponds to the code point U+112A; this lies in the
See also: hexadecimal notation, hexadecimal literals, memory address, bitmask, Unicode code points.