111111111001
111111111001 is a binary numeral consisting of twelve bits. As written, it is 111111111001 in binary. Interpreted as an unsigned value, it equals 4089 decimal and 0xFF9 in hexadecimal.
If interpreted as a 12-bit two's-complement signed integer, its value is -7.
The high-order portion is nine consecutive ones, followed by 0,0,1. It lies near the maximum 12-bit value
In early computing, 12-bit word sizes were used by devices such as the PDP-8 and some microprocessors,
In educational contexts, this pattern is used to illustrate binary arithmetic, bit masking, overflow, and wraparound
See also the Binary numeral system, two's complement representations, PDP-8, and 12-bit architectures.