110111010011
110111010011 is a 12-bit binary string. In binary notation, each digit represents a power of two, with the leftmost bit corresponding to 2^11 and the rightmost to 2^0.
Interpreted as an unsigned integer, the value is 3539 in decimal and 0xDD3 in hexadecimal. The 12-bit
When the same bit pattern is divided in different ways, it yields alternate representations. As two 6-bit
In computing contexts, this 12-bit pattern could appear as a constant in low-level programming, a segment of
See also: binary numeral system, octal numeral system, hexadecimal numeral system, 12-bit architectures.