1001111000100
1001111000100 is a binary numeral consisting of 13 bits. In unsigned binary notation, it represents the decimal value 5060 and the hexadecimal value 0x13C4. The same bit pattern, if padded to a standard byte-aligned width, becomes 0001001111000100 in 16-bit form, i.e., 0x13C4.
In signed 13-bit two's complement interpretation, it represents -3132. This follows from 2^13 = 8192, and 8192
Possible contexts where such a 13-bit value might arise include fixed-width fields in digital communication protocols,
See also: binary numeral system, hexadecimal notation, two's complement, fixed-width integers.