1001010100000
1001010100000 is a 13-bit binary numeral. As an unsigned integer, it equals 4768 in decimal; in hexadecimal it is 0x12A0, and in octal it is 11240. The pattern can be seen as the value 0x95 shifted left by five bits, since the high byte 10010101 corresponds to 0x95 and the trailing five zeros reflect multiplication by 32.
If interpreted as a signed 13-bit two's complement value, the same bit pattern represents -3424, because the
Bit positions with ones are bit12, bit9, bit7, and bit5 (counting from 0 as the least significant
Context and uses: in digital electronics and computing, such a pattern may appear as a bitfield, a
Related concepts: binary numeral system, hexadecimal and octal representations, two's complement signed numbers, bitfields, and bit