Toolman

ASCII 69

ASCII 69 is Capital letter E, written E.

Every representation

CharacterE
NameCapital letter E
Decimal69
Hexadecimal0x45
Octal0105
Binary01000101
HTML entityE
Escape sequence\x45
UnicodeU+0045
GroupLetter

What it is for

The capital letter E. 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 69?

Capital letter E, the character E. In hexadecimal it is 0x45, in octal 0105, and in binary 01000101.

How do I type ASCII 69?

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

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