1110111002
1110111002 is typically read as the binary number 111011100 in base 2, with the base indicated by a subscript 2 in written form. Interpreting this sequence as an unsigned integer yields the decimal value 476. The number consists of 9 bits, which can appear in compact data fields, bitstreams, or small registers in digital systems. The bits, from most significant to least significant, are 1, 1, 1, 0, 1, 1, 1, 0, 0, corresponding to weights 2^8 through 2^0.
If treated as a signed integer in two's complement using 9 bits, the value would be 476
The unsigned value 476 factors as 2^2 × 7 × 17. As a binary pattern, it can
Related concepts include binary numeral systems, decimal conversion, two's complement representation, and bitwise operations. The interpretation