1000001100010
1000001100010 is a 13-bit binary numeral. As an unsigned integer, it equals 4194 in decimal. If interpreted as a 13-bit two's complement signed integer, its value would be -3998, since the most significant bit is 1 in that representation.
The binary pattern has ones at bit positions 12, 6, 5, and 1 (using zero-based indexing from
In hexadecimal form, the 13-bit value can be represented by padding to 16 bits, yielding 0001 0000
Possible uses of a 13-bit binary value include encoding compact flags in embedded or specialized hardware,