Toolman

ASCII 95

ASCII 95 is Low line, written _.

Every representation

Character_
NameLow line
Decimal95
Hexadecimal0x5F
Octal0137
Binary01011111
HTML entity_
Escape sequence\x5F
UnicodeU+005F
GroupPunctuation or symbol

What it is for

The character _.

Where the number comes from

Codes 32 to 126 hold the printable characters. The punctuation was distributed around the letters and digits so that the most common characters fell into positions that were convenient for the teleprinter keyboards of the time.

Frequently asked questions

What is ASCII 95?

Low line, the character _. In hexadecimal it is 0x5F, in octal 0137, and in binary 01011111.

How do I type ASCII 95?

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

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