Toolman

ASCII 105

ASCII 105 is Small letter i, written i.

Every representation

Characteri
NameSmall letter i
Decimal105
Hexadecimal0x69
Octal0151
Binary01101001
HTML entityi
Escape sequence\x69
UnicodeU+0069
GroupLetter

What it is for

The small letter i. Its capital is I at 73, 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 105?

Small letter i, the character i. In hexadecimal it is 0x69, in octal 0151, and in binary 01101001.

How do I type ASCII 105?

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

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