101010001
101010001 is a nine-digit binary string. In decimal notation, it equals 337, and in hexadecimal it is 0x151.
As a bit pattern, it is 101010001, featuring a run of three consecutive zero bits before the
In computing contexts, such binary strings may be used as data patterns, test vectors, or identifiers. They
Because it spans nine bits, it does not align with a single 8-bit byte, but it can
See also: Binary numeral system; Hexadecimal notation; Test vectors.