Toolman

ASCII 117

ASCII 117 is Small letter u, written u.

Every representation

Characteru
NameSmall letter u
Decimal117
Hexadecimal0x75
Octal0165
Binary01110101
HTML entityu
Escape sequence\x75
UnicodeU+0075
GroupLetter

What it is for

The small letter u. Its capital is U at 85, 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 117?

Small letter u, the character u. In hexadecimal it is 0x75, in octal 0165, and in binary 01110101.

How do I type ASCII 117?

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

Is ASCII 117 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