Home

1001000001101

1001000001101 is a binary numeral consisting of thirteen digits. In binary notation it is used to represent a non-negative integer in computing contexts.

As an unsigned value, 1001000001101 equals 4621 in decimal, and 0x120D in hexadecimal. The bit-length is 13,

If interpreted as a signed 13-bit number using two's complement, the same bit pattern represents -3571.

In Unicode, the hexadecimal form 0x120D corresponds to a code point in the Ethiopic block, designated as

In practical terms, a 13-bit binary pattern like this can appear as a field in a data

and
the
maximum
value
for
a
13-bit
unsigned
number
is
8191.
U+120D.
protocol,
a
small
memory
offset,
or
an
identifier
in
legacy
systems
where
non-standard
bit
widths
are
used.
It
may
also
be
referenced
in
documentation
as
a
binary
value
or
converted
for
display
in
different
bases
as
needed.