0x13E3
0x13E3 is a hexadecimal numeric literal. The prefix 0x is used in many programming languages, including C, C++, Java, JavaScript, and Python, to denote numbers written in base 16. As such, 0x13E3 does not refer to a single specific object; its meaning depends on the context in which it appears.
In decimal form, 0x13E3 equals 5091. In binary, it is 0001 0011 1110 0011. Hex literals like
Common contexts for 0x13E3 include constants in source code, memory addresses or offsets in dumps or maps,
If encountered in Unicode notation, 0x13E3 corresponds to the code point U+13E3. Unicode code points are written
See also: Hexadecimal, memory address, Unicode code point, bitwise operation.