1000010011
1000010011 is a binary numeral consisting of ten digits, written in base 2. As a binary value, it represents the decimal number 531. This is calculated by summing the powers of two corresponding to the positions of the 1s: 2^9 + 2^4 + 2^1 + 2^0. In hexadecimal form the same value is 0x213. In decimal, it is within the range of 0 to 1023 when interpreted as a 10-bit unsigned quantity.
Bit pattern: the ones occur at bit positions 9, 4, 1 and 0 (counting from zero as
Common uses: as a fixed-width data word in systems that employ 10-bit fields, it can serve as
See also: binary numeral system, bitwise operations, 10-bit data words.