111001
111001 is a binary numeral composed of six bits: 1, 1, 1, 0, 0, 1. As a binary string, it can function as a data word or as a pattern used in illustrating bitwise operations in digital systems.
Interpreted as an unsigned binary number, 111001 equals 57 in decimal (32 + 16 + 8 + 1).
In hexadecimal, the value is 0x39. If treated as a six-bit two's complement signed integer, 111001 represents
In computing contexts, six-bit patterns like 111001 may appear in examples of bit masking, shifting, or as
See also binary numeral system; two's complement; hexadecimal notation.