01111010
01111010 is an eight-bit binary numeral. In decimal form it equals 122. As a binary pattern, it is a common example used to illustrate how binary data maps to characters in computer systems.
In ASCII and Unicode, the eight-bit sequence 01111010 encodes the lowercase Latin letter z. The corresponding
In programming and computing, binary literals are often written with a prefix such as 0b or 0B,
Context and usage: 01111010 appears in binary arithmetic demonstrations, data dumps, and examples illustrating the correspondence
See also: ASCII, Unicode, binary literals, hexadecimal notation, UTF-8.