0xE86
0xE86 is a hexadecimal numeric literal used in many programming languages to represent a value in base-16. The prefix 0x signals that the following digits are hexadecimal; the digits E, 8, and 6 form the number. In decimal, 0xE86 equals 3718. In binary, it is 111010000110 (12 bits).
In general programming use, 0xE86 can appear as a constant in source code, used in bitwise operations,
In the context of blockchain and cryptocurrencies, strings prefixed with 0x are often used to denote hexadecimal
See also: hexadecimal, hex literal, Ethereum address, binary notation.