Home

10001000101110

10001000101110 is a binary numeral consisting of 14 bits. As an unsigned binary number, it represents the integer 8750, with the leftmost bit contributing 2^13 and the rightmost contributing 2^0.

In common representations, it equals decimal 8750 and hexadecimal 0x222E. The pattern has its set bits at

If interpreted as a hexadecimal value, the number 0x222E corresponds to the Unicode code point U+222E, which

In practical terms, 14-bit numbers are less common than 8-, 16-, 32-, or 64-bit formats, but they

positions
13,
9,
5,
3,
2,
and
1
(counting
from
zero
at
the
least
significant
end).
This
makes
the
value
a
relatively
small
fixed-width
integer
useful
in
demonstrations
or
compact
data
fields.
is
the
contour
integral
symbol
∮.
While
this
connection
is
a
matter
of
numerical
value,
applying
it
to
text
encoding
requires
context
beyond
the
raw
bit
pattern.
appear
in
specialized
data
structures,
bitmasks,
or
compact
encodings.
Without
additional
context,
10001000101110
is
primarily
a
numeric
literal
that
can
serve
as
a
test
value,
a
seed
in
simple
algorithms,
or
a
demonstration
of
binary-to-hexadecimal
conversion.