ASCII 32: Space
CHARACTER
Space
Whitespace · Printable · ASCII 32
All Representations
| Format | Value |
|---|---|
| Decimal | 32 |
| Binary | 00100000 |
| Hexadecimal | 0x20 |
| Octal | 40 |
| HTML Entity |   |
| CSS Escape | \20 |
| JS Escape | |
| Python Escape |
Character Information
| Property | Value |
|---|---|
| Category | Whitespace |
| Printable | Yes |
| Control character | No |
| Range | Standard ASCII (0–127) |
Nearby ASCII Codes
Frequently Asked Questions
- What character is ASCII code 32?
ASCII code 32 is the Space (" "). It is a whitespace.
- What is ASCII 32 in binary?
ASCII 32 in binary is 00100000. In hexadecimal it is 0x20.
- Is ASCII 32 a printable character?
Yes, ASCII 32 is a printable character: " ".