10001001100011
10001001100011 is a binary numeral consisting of fourteen bits. In unsigned interpretation, it represents the decimal number 8803. The most significant bit is 1, marking the value as greater than 2^13 (8192). The bits set to 1 are at positions 13, 9, 6, 5, 1, and 0, so the value equals 2^13 + 2^9 + 2^6 + 2^5 + 2^1 + 2^0 = 8803.
If interpreted as a signed 14-bit value in two's complement, the same bit pattern would correspond to
As an aside, the 14-bit sequence can be divided into two 7-bit groups: 1000100 and 1100011, which
In computing, 14-bit word lengths are uncommon in mainstream modern architectures but can occur in legacy systems,