110001010010
110001010010 is a binary numeral consisting of 12 bits. In binary notation it is 110001010010, and when interpreted as an unsigned integer it equals 3154 in decimal. It can also be represented as 0xC52 in hexadecimal and 0o6122 in octal.
From most significant to least significant, the bits set to one are at positions 11, 10, 6,
In various computing contexts, a 12-bit binary value such as this might appear as a constant in
See also: binary numeral system, hexadecimal notation, octal notation, bitmask, 12-bit architecture.