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