10001110110110
10001110110110 is a 14-bit binary sequence. As an unsigned binary number, it represents the decimal value 9142 and the hexadecimal value 0x23B6 (when padded to 16 bits, it becomes 0010001110110110, i.e., 0x23B6).
If interpreted as a 14-bit two's complement signed integer, the most significant bit is 1, so the
In practical terms, 14-bit widths appear in certain digital systems, such as specific communication protocols, bit-field
See also: binary numeral system, hexadecimal notation, two's complement representation.