100011011001
100011011001 is a binary numeral consisting of 12 bits. In unsigned form, the string represents the decimal number 2265 and the hexadecimal value 0x8D9. If interpreted as a 12-bit two's complement signed integer, the same bit pattern corresponds to -1831. The leading bit is 1, indicating a negative value in the signed interpretation and a positive value in the unsigned interpretation.
In computing contexts, such a pattern might occur as a short data field, a bitwise mask fragment,
A 12-bit width is common in historical or specialized hardware; modern systems typically use 8, 16, 32,