Toolman

ASCII 106

ASCII 106 is Small letter j, written j.

Every representation

Characterj
NameSmall letter j
Decimal106
Hexadecimal0x6A
Octal0152
Binary01101010
HTML entityj
Escape sequence\x6A
UnicodeU+006A
GroupLetter

What it is for

The small letter j. Its capital is J at 74, exactly 32 lower — the difference is bit 5, which is why case conversion is a bitwise operation.

Where the number comes from

The alphabet was placed so that capitals start at 65 and lowercase at 97 — exactly 32 apart, a single bit. Changing case is therefore c ^ 32, and this was a deliberate design decision rather than a coincidence.

Frequently asked questions

What is ASCII 106?

Small letter j, the character j. In hexadecimal it is 0x6A, in octal 0152, and in binary 01101010.

How do I type ASCII 106?

Type j directly. In a string literal it can also be written \\x6A, and in HTML as j.

Is ASCII 106 printable?

Yes. Codes 32 to 126 are the printable range, which is every character ASCII can actually display.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter