111110001
111110001 is a nine-bit binary string. It consists of five consecutive ones, followed by three zeros, and terminating with one.
In unsigned interpretation, the string equals 497 in decimal. When interpreted as a nine-bit two's complement
Hexadecimal and encoding: As a 9-bit value padded to 12 bits, it can be represented as 0x1F1;
Applications and notes: Such patterns may arise as test vectors in digital logic, for example to exercise
---