1000101
1000101 is a binary numeral consisting of seven digits. As a representation in base-2, it is used in computing and digital encoding to denote a specific value or bit pattern. Like other binary numbers, it can be converted into other bases and interpreted in different contexts.
It represents the decimal value 69 and the hexadecimal value 0x45. This is computed as 64 + 4
In character encoding, the seven-bit binary pattern 1000101 corresponds to the uppercase letter E in ASCII.
In computing practice, 1000101 may appear as a binary literal in programming languages that support binary
See also: binary numeral system; ASCII; decimal 69; hexadecimal 45.