100111010
100111010 is a nine-bit binary numeral. In unsigned binary it represents the decimal value 314, and in hexadecimal it corresponds to 0x13A. The leftmost bit being 1 places the value above 2^8 (256) in the unsigned interpretation.
In nine-bit two's complement representation, the same bit pattern represents the value -198. This illustrates how
As a general bit pattern, 100111010 is one of 512 possible nine-bit sequences. Such patterns can occur
Nine-bit widths are uncommon for standard architectures, which typically use 8, 16, 32, or 64 bits. Nevertheless,
See also: binary numeral system, two's complement, bit-width.
---