1010001110010
1010001110010 is a binary numeral consisting of 13 bits. As an unsigned binary value it represents the decimal number 5234, and its hexadecimal representation is 0x1472. In octal it is 12162. The highest bit is 1, so it is a nonzero 13-bit quantity; its value lies between 2^12 and 2^13-1 (4096 to 8191) in unsigned interpretation. If interpreted as a 13-bit two's complement signed integer, the value would be 5234 - 8192 = -2958.
Binary sequences of this kind are common in computing, where patterns serve as numeric identifiers, memory