j
LowercasePrintableDec 106

ASCII 106 j

The printable character "j" at ASCII code 106.

All Representations

Decimal
106
Hexadecimal
0x6A
Octal
0o152
Binary
01101010
HTML Entity
j

Character Details

Characterj
Namej
Decimal106
Hexadecimal0x6A
Octal0o152
Binary01101010
HTML Entityj
CategoryLowercase
PrintableYes

About ASCII 106 (j)

The lowercase letter j (ASCII code 106) is the small form of the tenth 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 programming, 'j' is the conventional second loop variable when nested iteration is needed, paired with 'i' for the outer loop by long-standing tradition.

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 j is assigned code point 106 in decimal (0x6A hexadecimal, 152 octal, 01101010 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 j works reliably across all operating systems, programming languages, and internet protocols.

Related ASCII Characters

Nearby ASCII Codes

DecHexOctBinCharName
1010x650o14501100101ee
1020x660o14601100110ff
1030x670o14701100111gg
1040x680o15001101000hh
1050x690o15101101001ii
1060x6A0o15201101010jj
1070x6B0o15301101011kk
1080x6C0o15401101100ll
1090x6D0o15501101101mm
1100x6E0o15601101110nn
1110x6F0o15701101111oo

Explore the Full ASCII Table

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