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