0001110001011000
0001110001011000 is a 16-bit binary string. In numeric terms it corresponds to the hexadecimal value 0x1C58 and the decimal value 7256. When grouped as four-bit nibbles, it appears as 0001 1100 0101 1000, yielding the hex digits 1-C-5-8. The string contains six ones, giving a Hamming weight of 6.
In computing and digital electronics, such fixed patterns can function as bit masks, flag patterns, test vectors,
Because the meaning of a binary string is context-dependent, 0001110001011000 has no inherent significance outside of
See also: Binary numeral system; Hexadecimal; Bit mask; Test vector; Endianness.