Toolman

ASCII 80

ASCII 80 is Capital letter P, written P.

Every representation

CharacterP
NameCapital letter P
Decimal80
Hexadecimal0x50
Octal0120
Binary01010000
HTML entityP
Escape sequence\x50
UnicodeU+0050
GroupLetter

What it is for

The capital letter P. 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 80?

Capital letter P, the character P. In hexadecimal it is 0x50, in octal 0120, and in binary 01010000.

How do I type ASCII 80?

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

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