10000101
10000101 is an eight-bit binary numeral. In base-2, it represents the decimal value 133 when interpreted as an unsigned integer.
If interpreted as an eight-bit two's complement signed value, the most significant bit is 1, indicating a
The hexadecimal form of this byte is 0x85. In character encodings, 0x85 maps differently across systems: in
In practical computing, 10000101 can serve as a simple bit pattern for illustrating bitwise operations. The
Numeric trivia: 133 is a composite number equal to 7 multiplied by 19. The binary string 10000101
See also: binary numeral system, two's complement, hexadecimal notation, character encodings such as ISO-8859-1 and Windows-1252.