0011011010000011
0011011010000011 is a 16-bit binary value often encountered in digital representations. When interpreted as an unsigned integer, it equals decimal 13955. In hexadecimal form, the same bit pattern is 0x3683.
The bit string can be read as 0011 0110 1000 0011. The pattern begins and ends with
In the common fixed-width integer representations used by computers, the most significant bit (the leftmost bit)
Possible roles for a 16-bit binary word like this include serving as a data word in a
See also: binary numeral system, hexadecimal notation, two’s complement representation, bitwise operations.