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