0011001111010010
0011001111010010 is a 16-bit binary sequence. In hexadecimal, it corresponds to 0x33D2, and in decimal it equals 13266. As a 16-bit value, its most significant bit is 0, so it represents a non-negative integer in unsigned or two’s-complement signed interpretations.
As a pair of bytes, the sequence can be read as 0x33 followed by 0xD2. In ASCII,
In Unicode terms, the 16-bit value 0x33D2 could be treated as a code point U+33D2. That code
Applications of such a binary string include use as a constant in programming, as a pattern in
See also: binary numbers, hexadecimal notation, endianness, Unicode code points.