Toolman

ASCII 92

ASCII 92 is Reverse solidus, written \.

Every representation

Character\
NameReverse solidus
Decimal92
Hexadecimal0x5C
Octal0134
Binary01011100
HTML entity\
Escape sequence\\\\
UnicodeU+005C
GroupPunctuation or symbol

What it is for

Backslash. The escape character in most languages, and the path separator on Windows — which is why Windows paths in source code need doubling.

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 92?

Reverse solidus, the character \. In hexadecimal it is 0x5C, in octal 0134, and in binary 01011100.

How do I type ASCII 92?

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

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