Home

10010111111011

10010111111011 is a binary numeral, consisting of fourteen digits that are either 0 or 1. In binary notation, each digit represents a successive power of two, with the leftmost bit being the most significant.

As an unsigned integer, the value of this 14-bit string is 9723 in decimal, and it is

The bit pattern features a run of six consecutive ones in the middle and ends with two

In context, a binary string like 10010111111011 could serve as a data field, an address fragment, a

See also:

- Binary numeral system

- Hexadecimal notation

- Two’s complement

- Bit string

0x25FB
in
hexadecimal.
If
interpreted
as
a
signed
14-bit
two’s-complement
value,
the
same
bit
pattern
represents
-6661.
ones.
The
leading
bit
is
1,
which
means
the
unsigned
interpretation
yields
a
positive
number,
while
the
signed
interpretation
using
two’s
complement
would
yield
a
negative
value.
piece
of
machine
code,
or
a
flag
pattern,
depending
on
the
surrounding
architecture,
encoding
scheme,
endianness,
and
interpretation
rules.
Without
an
explicit
context,
its
meaning
remains
unspecified
beyond
its
numeric
value.