0x11A5
0x11A5 is a hexadecimal literal commonly used in computing. The prefix 0x indicates base-16; the digits 11A5 are hex digits.
As a numeric value, 0x11A5 equals decimal 4517. In binary it is 0001 0001 1010 0101.
In programming, 0x11A5 may denote a constant, an address, or a bitmask. It is frequently used in
In hardware and electronics, 0x11A5 can appear as a part or revision code on components or documentation.
In Unicode notation, the same digits would be written as U+11A5. Code points in this range are
See also: hexadecimal, base-16 notation, decimal, and binary numeral systems.