0xE
0xE is the hexadecimal representation of the decimal number 14. The prefix 0x is commonly used in programming to indicate that the digits following it are in base 16 rather than base 10. In hexadecimal notation, the digits 0 through 9 represent values 0–9, and the letters A through F (case-insensitive) represent values 10–15; thus the single digit E denotes 14.
In many programming languages, 0xE is a valid numeric literal that evaluates to 14. Languages such as
Hex notation also appears in other contexts, including color specifications and memory dumps. In color codes,
Overall, 0xE is a concise way to express the value 14 in hexadecimal form. Its interpretation is