111001101
111001101 is a nine-bit binary number. When interpreted as an unsigned integer, it has the decimal value 461, and in hexadecimal it corresponds to 0x1CD. The bit pattern from most significant to least significant is 1, 1, 1, 0, 0, 1, 1, 0, 1. The number has a Hamming weight of 6 and is an odd value since the least significant bit is 1.
In binary arithmetic, 111001101 can be expressed as the sum 2^8 + 2^7 + 2^6 + 2^3 + 2^2 + 2^0.
Uses and interpretation of such a string depend on context. It can serve as an arbitrary bit
See also: binary numeral system, two's complement, hexadecimal numeral system.