Toolman

ASCII 84

ASCII 84 is Capital letter T, written T.

Every representation

CharacterT
NameCapital letter T
Decimal84
Hexadecimal0x54
Octal0124
Binary01010100
HTML entityT
Escape sequence\x54
UnicodeU+0054
GroupLetter

What it is for

The capital letter T. 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 84?

Capital letter T, the character T. In hexadecimal it is 0x54, in octal 0124, and in binary 01010100.

How do I type ASCII 84?

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

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