Toolman

ASCII 49

ASCII 49 is Digit 1, written 1.

Every representation

Character1
NameDigit 1
Decimal49
Hexadecimal0x31
Octal0061
Binary00110001
HTML entity1
Escape sequence\x31
UnicodeU+0031
GroupDigit

What it is for

The digit 1. 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: 49 in binary is 00110001, and the last four bits are 0001, which is 1.

Frequently asked questions

What is ASCII 49?

Digit 1, the character 1. In hexadecimal it is 0x31, in octal 0061, and in binary 00110001.

How do I type ASCII 49?

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

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