Home

1001101000000

1001101000000 is a binary numeral consisting of 13 bits. In binary notation, each digit represents a power of two, with the leftmost bit representing 2^12 and the rightmost bit representing 2^0. The pattern encodes a specific 13-bit value when interpreted as a binary number.

Value and representations: In decimal, the binary string equals 4928. In hexadecimal, it equals 0x1340. If only

Context and usage: Without a defined context, 1001101000000 has no inherent semantic meaning. It can serve as

Notes: 13-bit patterns are uncommon in modern general-purpose computing, where 8, 16, 32, or 64-bit widths are

See also: binary numeral system, hexadecimal notation, bitmask, addressing modes, instruction set architecture.

the
most-significant
eight
bits
are
used,
the
substring
10011010
corresponds
to
0x9A
(154).
a
generic
bit
pattern
in
digital
logic,
a
flag
set,
a
portion
of
an
instruction
encoding,
or
a
memory
address
fragment,
depending
on
the
architecture
or
protocol.
In
systems
with
non-standard
word
widths,
such
as
13-bit
fields,
this
pattern
might
appear
as
an
immediate
value,
a
mask,
or
a
fragment
of
an
addressing
scheme.
standard.
The
value’s
meaning
is
entirely
context-dependent,
and
different
domains
may
interpret
the
same
bit
sequence
differently.