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