0x168D
0x168D is a hexadecimal numeral commonly used in computing to represent a specific unsigned value. In decimal, the value is 5773. In binary, it is 0001 0110 1000 1101, a 16-bit word that can be stored in registers, memory, or data structures.
As with other hex literals, the 0x prefix signals hexadecimal notation in many programming languages such as
Memory representation can vary by endianness. In little-endian systems, a 16-bit value of 0x168D is stored as
Because 0x168D is a bare numeric value without context, its meaning is not fixed. Different devices, software
See also: Hexadecimal, Numeric literals, Endianness, Data encoding.