Toolman

ASCII 116

ASCII 116 is Small letter t, written t.

Every representation

Charactert
NameSmall letter t
Decimal116
Hexadecimal0x74
Octal0164
Binary01110100
HTML entityt
Escape sequence\x74
UnicodeU+0074
GroupLetter

What it is for

The small letter t. Its capital is T at 84, exactly 32 lower — the difference is bit 5, which is why case conversion is a bitwise operation.

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 116?

Small letter t, the character t. In hexadecimal it is 0x74, in octal 0164, and in binary 01110100.

How do I type ASCII 116?

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

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