10001001110
10001001110 is an eleven-bit binary numeral. When interpreted as an unsigned binary value, it corresponds to the decimal number 1102. In hexadecimal form, it is 0x44E.
If read as an 11-bit two's complement signed integer, the same bit pattern represents -946, since the
The set bits in this pattern occur at weights 2^10, 2^6, 2^3, 2^2, and 2^1, which sum
In practical terms, 10001001110 could appear as a flag pattern, a portion of an address field in
See also: binary numeral system, decimal, hexadecimal representation, two's complement, bit patterns.