Toolman

ASCII 100

ASCII 100 is Small letter d, written d.

Every representation

Characterd
NameSmall letter d
Decimal100
Hexadecimal0x64
Octal0144
Binary01100100
HTML entityd
Escape sequence\x64
UnicodeU+0064
GroupLetter

What it is for

The small letter d. Its capital is D at 68, 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 100?

Small letter d, the character d. In hexadecimal it is 0x64, in octal 0144, and in binary 01100100.

How do I type ASCII 100?

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

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