1010000011
1010000011 is a binary numeral consisting of ten bits. It is written as 1 0 1 0 0 0 0 0 1 1.
In unsigned binary, this pattern represents the decimal number 643. Its hexadecimal representation is 0x283, and
If interpreted as a signed value in two's complement with 10 bits, the pattern corresponds to -381.
In computing, such a binary string can function as a bit pattern or bitmask, with set bits
The sequence is sometimes used in educational materials to illustrate binary-to-decimal and base conversion, as well