110101110001
110101110001 is a binary numeral consisting of 12 bits. In unsigned binary notation, it represents the decimal value 3441 and the hexadecimal value 0xD71. The pattern contains seven 1s and five 0s and can be grouped as 1101 0111 0001.
If interpreted as a signed value in two's complement form, this 12-bit pattern corresponds to -655. This
In digital systems, 12-bit words have appeared in older computer architectures, storage formats, and some microcontrollers
See also: binary numeral system, hexadecimal notation, two's complement, bitmask.