Home

110011100000

110011100000 is a binary numeral consisting of twelve bits. As an unsigned integer, it equals 3296 in decimal and 0xCE0 in hexadecimal. The bit pattern can be read in grouped form as 1100 1110 0000.

Some basic properties of this binary value are notable. The lower four bits are zeros, so the

In computing and digital design, such a binary string may represent a numeric value, an encoded field,

See also: binary numeral system, fixed-width integer representations, hexadecimal notation.

value
is
a
multiple
of
16.
Its
12-bit
width
places
it
within
the
0
to
4095
range
that
is
common
for
fixed-width
fields
in
digital
systems
and
older
microcontroller
architectures.
or
a
portion
of
a
larger
data
structure.
The
exact
interpretation
depends
on
the
surrounding
context,
such
as
whether
the
bits
are
treated
as
an
unsigned
quantity,
a
signed
value
in
a
fixed
width,
or
part
of
a
protocol
or
memory
layout.