1111110100110
1111110100110 is a binary numeral composed of 13 bits. As an unsigned value, it equals decimal 8102 and hexadecimal 0x1FA6. The bit sequence begins with six consecutive ones (111111), followed by 0, 1, 0, 0, 1, 1, 0, giving a nonuniform pattern that is not aligned to standard character encodings.
As a 13-bit signed integer in two's complement representation, the most significant bit denotes a negative value,
In typical computing contexts this 13-bit pattern does not correspond to standard ASCII or Unicode code points,
Thus 1111110100110 is mainly of interest as a numeric and bit-pattern example in discussions of low-level data