ASCII Code 92
In the 7-bit ASCII character set, ASCII code 92 is represented by the character \
also known as the backslash.
Character Representation | Value/Description |
---|---|
ASCII Character | \ |
Decimal | 92 |
Octal | 134 |
Hexadecimal | 5C |
Binary | 0101 1100 |
Description | Backslash |
Category | Printable Characters |
Subcategory | Punctuation and Symbols |
Unicode | U+005C |
Encoding
Encoding non-standard letters and characters into values that can be displayed e.g. in browsers
Encoding Method | Encoded Value | |
---|---|---|
URL Escape Code | %5C | |
Quoted-printable | =5C |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.