0001100
0001100 is a binary numeral consisting of seven bits. In binary, its value equals 0×2^6 + 0×2^5 + 0×2^4 + 1×2^3 + 1×2^2 + 0×2^1 + 0×2^0, which is 8 + 4 = 12. In decimal it is 12; in hexadecimal it is 0x0C. The string is often used in contexts requiring fixed-width binary representations, with leading zeros to indicate alignment or to fit a 7-bit or 8-bit width.
As a bit pattern, 0001100 corresponds to having bits 2 and 3 set (counting from the least
In the ASCII character set, decimal 12 corresponds to the form feed control character. In 7-bit ASCII,
Usage notes: The sequence does not denote a widely recognized concept, product, or standard by itself. It
See also: binary numeral system; bitwise operations; leading zeros; hexadecimal; ASCII.