Toolman

ASCII 109

ASCII 109 is Small letter m, written m.

Every representation

Characterm
NameSmall letter m
Decimal109
Hexadecimal0x6D
Octal0155
Binary01101101
HTML entitym
Escape sequence\x6D
UnicodeU+006D
GroupLetter

What it is for

The small letter m. Its capital is M at 77, 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 109?

Small letter m, the character m. In hexadecimal it is 0x6D, in octal 0155, and in binary 01101101.

How do I type ASCII 109?

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

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