1111111110110
1111111110110 is a binary numeral consisting of thirteen bits. In binary notation it reads as 1111111110110, a pattern that can be read from most significant to least significant bit (MSB to LSB) as nine consecutive 1s, followed by 0, then 11, and ending with 0.
As a binary integer, 1111111110110₂ equals 8182 in decimal. This value is 10 less than 2^13 (8192).
In hexadecimal, the same value is 0x1FF6, which can be derived by grouping the binary digits into
Context and usage: such a binary sequence may appear in computer science as a sample data pattern,
Related concepts include binary counting, bitwise arithmetic, and base conversions between binary, decimal, and hexadecimal.