110010110
110010110 is a nine-bit binary numeral. The sequence of bits is 1, 1, 0, 0, 1, 0, 1, 1, 0.
As an unsigned integer, it represents the decimal value 406. This is obtained by summing 2^8 + 2^7
The bit pattern contains five ones, which is an odd count, giving odd parity for the nine-bit
If interpreted as a 9-bit two's complement signed integer, the value is -106. This follows from the
In broader contexts, 110010110 is primarily encountered as an example of a binary pattern rather than a
See also: Binary numeral system, base conversion, hexadecimal notation, two's complement, bitwise operations.