Toolman

ASCII 103

ASCII 103 is Small letter g, written g.

Every representation

Characterg
NameSmall letter g
Decimal103
Hexadecimal0x67
Octal0147
Binary01100111
HTML entityg
Escape sequence\x67
UnicodeU+0067
GroupLetter

What it is for

The small letter g. Its capital is G at 71, 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 103?

Small letter g, the character g. In hexadecimal it is 0x67, in octal 0147, and in binary 01100111.

How do I type ASCII 103?

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

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