0000001100101111
0000001100101111 is a 16-bit binary string consisting of the digits 0 and 1. In binary form it represents the unsigned integer 815 in decimal, and in hexadecimal it is 0x032F.
If interpreted as a two-byte value, the high byte is 0x03 and the low byte is 0x2F.
Interpreting those bytes as ASCII characters yields 0x03 (a non-printable control character) and 0x2F (the slash
If read as a 16-bit color in the common 5-6-5 format (5 red, 6 green, 5 blue),
In computing contexts, such a binary string may function as a bit pattern, mask, or flag field.