0x112D
0x112D is a hexadecimal numeral commonly used in computing to denote the integer value 4397 in decimal. The 0x prefix is a standard convention in many programming languages to indicate that the digits following are in base-16.
In source code, 0x112D can be used to initialize numeric constants, set flags or bit masks, or
Hexadecimal notation is widely used because it provides a compact representation of binary data; each hex digit
See also: hexadecimal, decimal, memory address, color encoding.