Toolman

ASCII 79

ASCII 79 is Capital letter O, written O.

Every representation

CharacterO
NameCapital letter O
Decimal79
Hexadecimal0x4F
Octal0117
Binary01001111
HTML entityO
Escape sequence\x4F
UnicodeU+004F
GroupLetter

What it is for

The capital letter O. 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 79?

Capital letter O, the character O. In hexadecimal it is 0x4F, in octal 0117, and in binary 01001111.

How do I type ASCII 79?

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

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