Toolman

ASCII 71

ASCII 71 is Capital letter G, written G.

Every representation

CharacterG
NameCapital letter G
Decimal71
Hexadecimal0x47
Octal0107
Binary01000111
HTML entityG
Escape sequence\x47
UnicodeU+0047
GroupLetter

What it is for

The capital letter G. 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 71?

Capital letter G, the character G. In hexadecimal it is 0x47, in octal 0107, and in binary 01000111.

How do I type ASCII 71?

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

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