Toolman

ASCII 110

ASCII 110 is Small letter n, written n.

Every representation

Charactern
NameSmall letter n
Decimal110
Hexadecimal0x6E
Octal0156
Binary01101110
HTML entityn
Escape sequence\x6E
UnicodeU+006E
GroupLetter

What it is for

The small letter n. Its capital is N at 78, 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 110?

Small letter n, the character n. In hexadecimal it is 0x6E, in octal 0156, and in binary 01101110.

How do I type ASCII 110?

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

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