110111000111
110111000111 is a binary numeral consisting of 12 bits. In binary notation, each digit represents a power of two, from 2^11 down to 2^0. The sequence 110111000111 corresponds to the decimal value 3527 and to the hexadecimal value DC7 (0xDC7). When grouped into 4-bit sections, it can be read as 1101 1100 0111.
As a 12-bit pattern, 110111000111 has eight ones and four zeros, giving it a Hamming weight of
In terms of alternative representations, the 12-bit value can be padded to larger word sizes. For instance,
See also: binary number, hexadecimal notation, 12-bit architectures, test vectors.