100000001100
100000001100 is a 12-bit binary numeral. In binary notation, each digit represents a power of two, with the leftmost bit being the most significant. The sequence has ones at the most significant bit (bit 11) and at bits 3 and 2, with zeros in all other positions.
As an unsigned integer, 100000001100 equals 2060 in decimal and 0x80C in hexadecimal. The bit pattern can
In practical terms, 12-bit widths are not standard in most modern general-purpose architectures, which typically use
Interpreting the same bit string can vary with context, especially when embedded in larger words or when
See also: Binary numeral system, Hexadecimal notation, Bit mask, Endianness, 12-bit computer architectures.