Toolman

ASCII 57

ASCII 57 is Digit 9, written 9.

Every representation

Character9
NameDigit 9
Decimal57
Hexadecimal0x39
Octal0071
Binary00111001
HTML entity9
Escape sequence\x39
UnicodeU+0039
GroupDigit

What it is for

The digit 9. The digits occupy 48 to 57, so subtracting 48 from a digit's code gives its numeric value — the oldest trick in character handling.

Where the number comes from

The digits were placed at 48 to 57 so that 0 through 9 are contiguous and the low four bits of each code are the digit's own value: 57 in binary is 00111001, and the last four bits are 1001, which is 9.

Frequently asked questions

What is ASCII 57?

Digit 9, the character 9. In hexadecimal it is 0x39, in octal 0071, and in binary 00111001.

How do I type ASCII 57?

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

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