0x1E50
0x1E50 is a hexadecimal numeral commonly used in computing and programming. The prefix 0x denotes hexadecimal notation. When converted to decimal, 0x1E50 equals 7760. In binary, it is 0001 1110 0101 0000.
The value can be understood as a 16-bit quantity consisting of two bytes: 0x1E and 0x50. In
0x1E50 may appear as a constant in source code written in languages such as C, C++, Java,
When interpreted as a Unicode code point U+1E50, the value lies in the Latin Extended Additional block.
See also: hexadecimal notation, endianness, Unicode code points.