Toolman

ASCII 77

ASCII 77 is Capital letter M, written M.

Every representation

CharacterM
NameCapital letter M
Decimal77
Hexadecimal0x4D
Octal0115
Binary01001101
HTML entityM
Escape sequence\x4D
UnicodeU+004D
GroupLetter

What it is for

The capital letter M. Capitals run from 65 to 90 and their lowercase counterparts from 97 to 122, exactly 32 apart, so changing case is a single bit flip.

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 77?

Capital letter M, the character M. In hexadecimal it is 0x4D, in octal 0115, and in binary 01001101.

How do I type ASCII 77?

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

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