110101101
110101101 is a nine-bit binary numeral. In base-2 notation, it functions as a fixed-length bit string that can represent a number or serve as a data pattern in digital systems. Such strings are commonly used in teaching, hardware design, and data encoding to illustrate bitwise operations and arithmetic.
As an unsigned integer, 110101101 equals 429 in decimal. It also corresponds to the hexadecimal value 0x1AD.
The bit pattern has ones in positions 8, 7, 5, 3, 2, and 0, with zeros in
Nine-bit patterns like 110101101 are less common than standard widths (8, 16, 32, 64 bits) but can
See also: binary numeral system, two's complement, hexadecimal notation, bit string, data encoding.