ASCII 95
ASCII 95 is Low line, written _.
Every representation
| Character | _ |
| Name | Low line |
| Decimal | 95 |
| Hexadecimal | 0x5F |
| Octal | 0137 |
| Binary | 01011111 |
| HTML entity | _ |
| Escape sequence | \x5F |
| Unicode | U+005F |
| Group | Punctuation 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
- ASCII 88 — X
- ASCII 89 — Y
- ASCII 90 — Z
- ASCII 91 — [
- ASCII 92 — \
- ASCII 93 — ]
- ASCII 94 — ^
- ASCII 96 — `
- ASCII 97 — a
- ASCII 98 — b
- ASCII 99 — c
- ASCII 100 — d
- ASCII 101 — e
- ASCII 102 — f
Full ASCII table · Text to binary converter · Number base converter