10011001000000
10011001000000 is a binary numeral represented by fourteen binary digits. It can be read as an unsigned binary value or as part of a larger data structure. As an unsigned integer, it equals 9,792 in decimal and 0x2640 in hexadecimal. If interpreted as a 14-bit two's complement signed value, its magnitude is -6,592, because the most significant bit carries a negative weight of -2^13.
The bit pattern has ones in the positions corresponding to 2^13, 2^10, 2^9, and 2^6, giving the
In computing contexts, such a 14-bit value might appear as part of compact data encoding, digital communication
See also binary numeral system, hexadecimal notation, two's complement, bitmask.