10011010
10011010 is an eight-bit binary numeral commonly encountered in computing as a byte. The sequence is read from most-significant bit to least-significant bit (msb to lsb).
Numerical value: in base-2 it equals 154 in decimal; in hexadecimal it is 0x9A. If interpreted as
Character encoding: the value 0x9A lies outside the printable ASCII range (0x00–0x7F). In common extended ASCII
Applications: as a bit pattern, 10011010 can be used to enable bits 7, 4, 3, and 1
See also: binary numeral system, hexadecimal notation, two's complement, bitmask.