Home

0001111011100111

0001111011100111 is a 16-bit binary sequence. In unsigned binary notation, it represents the decimal value 7911 and the hexadecimal value 0x1EE7. The most significant bit is 0, so in a 16-bit two's complement interpretation it denotes a positive value.

The pattern can be grouped into two bytes as 00011110 and 11100111, corresponding to the byte values

As a raw bit pattern, it does not map to a standard printable ASCII character and its

In summary, 0001111011100111 is a 16-bit binary representation with a decimal value of 7911 (0x1EE7), two-byte

0x1E
and
0xE7.
If
stored
in
little-endian
format,
the
same
16-bit
value
would
be
laid
out
in
memory
as
0xE7
0x1E.
The
binary
string
contains
ten
1-bits
and
six
0-bits.
meaning
depends
on
context.
It
is
primarily
of
interest
as
an
example
value
in
discussions
of
binary
notation,
bitwise
operations,
endianness,
or
digital
encoding.
Because
it
lacks
inherent
semantic
content,
there
is
no
widely
recognized
meaning
attached
to
this
specific
sequence
outside
of
particular
applications.
form
0x1E
0xE7,
and
a
distribution
of
ten
1-bits.
It
serves
as
a
generic
illustration
of
binary
and
byte-level
concepts
in
computing.