001100110110
001100110110 is a binary string consisting of twelve bits. It can be read as 001100110110 in binary notation, and as an unsigned integer it equals 822 decimal. In hexadecimal form, the value is 0x336.
If grouped as four-bit nibbles, the string is 0011 0011 0110, which corresponds to the hexadecimal digits
When aligned to ASCII, the first eight bits, 00110011, match the ASCII code for the character '3'
In practical terms, 001100110110 may be used as a compact data pattern, a test pattern in hardware
See also: binary numbers, hexadecimal notation, binary-coded decimal, ASCII encoding.