1111111110111
1111111110111 is a binary numeral composed of 13 bits. The sequence can be described as nine consecutive ones, followed by a zero, and ending with three ones.
As an unsigned binary value, it represents decimal 8183. In hexadecimal, this value is 0x1FF7. The 13-bit
If interpreted as a 13-bit two's complement number, the pattern represents -9. This follows from the relation
Pattern and context: The bit sequence is notable for its long run of ones interrupted by a
Applications: The string can serve as a compact example in discussions of binary arithmetic, bit masking, or