Toolman

ASCII 115

ASCII 115 is Small letter s, written s.

Every representation

Characters
NameSmall letter s
Decimal115
Hexadecimal0x73
Octal0163
Binary01110011
HTML entitys
Escape sequence\x73
UnicodeU+0073
GroupLetter

What it is for

The small letter s. Its capital is S at 83, 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 115?

Small letter s, the character s. In hexadecimal it is 0x73, in octal 0163, and in binary 01110011.

How do I type ASCII 115?

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

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