Toolman

ASCII 81

ASCII 81 is Capital letter Q, written Q.

Every representation

CharacterQ
NameCapital letter Q
Decimal81
Hexadecimal0x51
Octal0121
Binary01010001
HTML entityQ
Escape sequence\x51
UnicodeU+0051
GroupLetter

What it is for

The capital letter Q. 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 81?

Capital letter Q, the character Q. In hexadecimal it is 0x51, in octal 0121, and in binary 01010001.

How do I type ASCII 81?

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

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