1110001111101
1110001111101 is a binary numeral consisting of 13 bits. In base-2 notation it represents the integer 7293 in decimal. When converted to hexadecimal, the value is 0x1C7D. If padded to 16 bits for display, the binary becomes 0001110001111101, which also corresponds to 0x1C7D.
Pattern and arithmetic: The bit sequence begins with three 1s, then three 0s, followed by five 1s,
Context: Binary strings of this length are common in computer science for examples or test patterns. This
See also: binary numeral system, hexadecimal notation, decimal notation.