1001010101110
1001010101110 is a binary numeral consisting of 13 bits. In unsigned form it represents the decimal value 4782 and the hexadecimal value 0x12AE. The value lies between 2^12 (4096) and 2^13−1 (8191), illustrating its place in the 13-bit range.
As a signed 13-bit integer using two's complement, the most significant bit serves as the sign bit.
The binary pattern can also be described by its bit properties: it is even, since the least
In computing contexts, such a 13-bit pattern might be used as a data field, a flag mask,
Summary: 1001010101110 is a 13-bit binary number with unsigned value 4782 (0x12AE) and signed two's complement