Toolman

ASCII 104

ASCII 104 is Small letter h, written h.

Every representation

Characterh
NameSmall letter h
Decimal104
Hexadecimal0x68
Octal0150
Binary01101000
HTML entityh
Escape sequence\x68
UnicodeU+0068
GroupLetter

What it is for

The small letter h. Its capital is H at 72, 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 104?

Small letter h, the character h. In hexadecimal it is 0x68, in octal 0150, and in binary 01101000.

How do I type ASCII 104?

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

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