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