z
LowercasePrintableDec 122

ASCII 122 z

The printable character "z" at ASCII code 122.

All Representations

Decimal
122
Hexadecimal
0x7A
Octal
0o172
Binary
01111010
HTML Entity
z

Character Details

Characterz
Namez
Decimal122
Hexadecimal0x7A
Octal0o172
Binary01111010
HTML Entityz
CategoryLowercase
PrintableYes

About ASCII 122 (z)

The lowercase letter z (ASCII code 122) is the small form of the twenty-sixth letter in the Latin alphabet. Lowercase letters emerged from medieval scribal handwriting traditions where faster cursive writing produced smaller, rounder letterforms that eventually became standardized during the Renaissance era. In mathematics, 'z' represents the third spatial dimension in 3D coordinates and complex numbers (z = a + bi). In statistics, z-scores measure standard deviations from the mean.

The 26 lowercase Latin letters occupy ASCII codes 97 through 122, positioned exactly 32 code points after their uppercase equivalents. This systematic offset allows case conversion by toggling bit 5 in the binary representation — an elegant design choice from 1963 that still enables efficient case-insensitive string operations in modern software. Lowercase is the default case for most programming identifiers, Unix commands, file names, and body text, making these characters among the most frequently encoded in the entire ASCII set.

In the ASCII encoding table, Lowercase Letter z is assigned code point 122 in decimal (0x7A hexadecimal, 172 octal, 01111010 binary). The 7-bit ASCII standard, first published in 1963 by the American Standards Association, defines exactly 128 characters that remain the foundation of text encoding systems worldwide. UTF-8, the dominant encoding on the modern web, is fully backward compatible with ASCII — every ASCII character is encoded as the identical single byte in UTF-8, guaranteeing that Lowercase Letter z works reliably across all operating systems, programming languages, and internet protocols.

Related ASCII Characters

Nearby ASCII Codes

DecHexOctBinCharName
1170x750o16501110101uu
1180x760o16601110110vv
1190x770o16701110111ww
1200x780o17001111000xx
1210x790o17101111001yy
1220x7A0o17201111010zz
1230x7B0o17301111011{{
1240x7C0o17401111100||
1250x7D0o17501111101}}
1260x7E0o17601111110~~
1270x7F0o17701111111DEL

Explore the Full ASCII Table

Browse all 128 ASCII characters with codes, representations, and detailed references.