100110010000
100110010000 is a binary numeral consisting of twelve bits. As a base-2 value, it represents the decimal number 2448, calculated as 2^11 + 2^8 + 2^7 + 2^4. In hexadecimal, the 12-bit value corresponds to 0x990; when padded to a 16-bit word, it appears as 0x0990. Reading the bits in 4-bit groups yields 1001 1001 0000, which helps with quick visual interpretation.
The sequence can also be viewed in alternative representations. In binary-coded decimal (BCD), the nibble grouping
Context and usage vary. In computing, 100110010000 might appear as an unsigned integer value, a portion of
See also: binary numeral system, hexadecimal numeral system, binary-coded decimal.