Toolman

ASCII 111

ASCII 111 is Small letter o, written o.

Every representation

Charactero
NameSmall letter o
Decimal111
Hexadecimal0x6F
Octal0157
Binary01101111
HTML entityo
Escape sequence\x6F
UnicodeU+006F
GroupLetter

What it is for

The small letter o. Its capital is O at 79, 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 111?

Small letter o, the character o. In hexadecimal it is 0x6F, in octal 0157, and in binary 01101111.

How do I type ASCII 111?

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

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