1011111011101
1011111011101 is a binary numeral consisting of thirteen bits. In decimal notation it equals 6109, and in hexadecimal it is 0x17DD. The leading bit is 1, so as an unsigned 13-bit number it lies in the range from 4096 to 8191.
If interpreted as a signed 13-bit two’s-complement value, the same bit pattern represents 6109 minus 2^13 (8192),
In practical terms, 1011111011101 can function as a data word or test pattern in digital electronics and
As a case study, 1011111011101 highlights common considerations when working with binary representations: bit length, signed