Home

10001101110000

10001101110000 is a binary numeral consisting of 14 bits. As a written bit string, it is commonly used in computing to represent numeric values or as a pattern within a larger data structure.

As an unsigned integer, 10001101110000 has a decimal value of 9072. In hexadecimal notation, it corresponds

If interpreted as a 14-bit two's complement signed integer, the most significant bit is 1, indicating a

Without additional context, 10001101110000 is simply a binary representation. It could serve as a memory address,

to
0x2370.
When
padded
to
a
16-bit
form
for
grouping
as
hex,
the
value
can
be
viewed
as
0010001101110000,
which
reinforces
the
hex
equivalent
0x2370.
negative
value.
In
that
scheme,
the
value
would
be
-
(2^14
−
9072)
=
-7312.
a
bit
mask,
a
data
payload
within
a
larger
encoding,
or
any
other
bit-pattern
used
in
digital
systems.
Its
specific
meaning
depends
on
the
surrounding
application,
protocol,
or
file
format
in
which
it
appears.