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