0x14B4
0x14B4 is a hexadecimal notation used to represent the unsigned integer 5300. In most programming languages that use the 0x prefix, the digits 1, 4, B, and 4 form the value 1·16^3 + 4·16^2 + 11·16 + 4 = 4096 + 1024 + 176 + 4 = 5300.
In memory, the 16-bit value 0x14B4 can be stored in little-endian form as the byte sequence B4
Typical uses include serving as a constant in source code (for example, int x = 0x14B4;), as a
As a hexadecimal literal, 0x14B4 is a compact representation that appears across hardware documentation, embedded systems,