100001011011
100001011011 is a binary numeral used in computing and digital representations. Interpreted as a base-2 representation, it denotes the decimal value 2139. The string consists of 12 bits, with the most significant bit equal to 1, indicating a nonzero magnitude in unsigned interpretation.
In hexadecimal notation, the value is 0x85B. Grouped by four bits, the pattern becomes 1000 0101 1011,
In practical contexts, such a 12-bit value may appear in non-byte-aligned data fields, test vectors for bitwise
See also: Binary numeral system, Hexadecimal numeral system, Two's complement, Bitwise operation.