101111001110
101111001110 is a binary numeral composed of twelve bits. In unsigned form, it represents the decimal value 3022 and the hexadecimal value 0xBCE. The bit pattern, read from most significant to least significant bit, is 1 0 1 1 1 1 0 0 1 1 1 0.
If interpreted as a signed value in a 12-bit two's complement representation, the same pattern corresponds to
In a broader sense, 101111001110 is a generic data word. Such twelve-bit sequences can occur in various
Related topics include the binary numeral system, hexadecimal notation, and signed versus unsigned representations, as well