Toolman

ASCII 98

ASCII 98 is Small letter b, written b.

Every representation

Characterb
NameSmall letter b
Decimal98
Hexadecimal0x62
Octal0142
Binary01100010
HTML entityb
Escape sequence\x62
UnicodeU+0062
GroupLetter

What it is for

The small letter b. Its capital is B at 66, 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 98?

Small letter b, the character b. In hexadecimal it is 0x62, in octal 0142, and in binary 01100010.

How do I type ASCII 98?

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

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