10011010011010
10011010011010 is a binary numeral consisting of 14 bits. As an unsigned integer, it equals decimal 9882 and its hexadecimal representation is 0x269A. The conversion can be verified by summing the powers of two represented by the set bits: 2^13 + 2^10 + 2^9 + 2^7 + 2^4 + 2^3 + 2^1 = 9882.
If interpreted as a 14-bit signed value in two's complement, the most significant bit is 1, indicating
Grouping the bits for potential character encoding shows 1001101 and 0011010 when split into two 7-bit chunks.
In broader use, 14-bit sequences are less common than 8-, 12-, 16-, or 32-bit fields, but can
See also: binary numeral system, two's complement, hexadecimal notation.