1101111110100
1101111110100 is a binary numeral consisting of 13 bits. Interpreted as an unsigned integer, it represents the decimal value 7156. The value is obtained by summing the powers of two corresponding to the set bits: 2^12 + 2^11 + 2^9 + 2^8 + 2^7 + 2^6 + 2^5 + 2^4 + 2^2 = 7156.
In hexadecimal, the number is 0x1BF4. This hex form is equivalent to the full 16-bit binary pattern
The binary pattern contains a run of six consecutive ones (bits 9 through 4), a feature sometimes
Depending on interpretation, 1101111110100 can be viewed as an unsigned 13-bit value of 7156, or as a
Applications of such binary literals include testing, encoding demonstrations, and as examples in discussions of binary-to-decimal