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