1110110111000
1110110111000 is a binary numeral consisting of 13 bits. The sequence contains eight ones and five zeros, and as a standalone value it represents a 13-bit pattern rather than a standard fixed-width integer.
When interpreted as a base-2 integer, the value equals 7608 in decimal. This can be verified by
In binary, each bit corresponds to a power of two, with the leftmost bit representing 2^12 in
As with other binary strings, its meaning largely depends on its use: it could be part of
See also: Binary numeral system, Decimal numeral system, Bitwise operations.