ASCII Code 65
In the 7-bit ASCII character set, ASCII code 65 is represented by the character A also known as the uppercase a.
| Character Representation | Value/Description |
|---|---|
| ASCII Character | A |
| Decimal | 65 |
| Octal | 101 |
| Hexadecimal | 41 |
| Binary | 0100 0001 |
| Description | Uppercase A |
| Category | Printable Characters |
| Subcategory | Uppercase Latin alphabet |
| Unicode | U+0041 |
Encoding
Encoding non-standard letters and characters into values that can be displayed e.g. in browsers
| Encoding Method | Encoded Value | |
|---|---|---|
| URL Escape Code | A | |
| Quoted-printable | =41 |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.