ASCII 0: Null
CHARACTER
NULL
Null
Control Character · Non-printable · ASCII 0
All Representations
| Format | Value |
|---|---|
| Decimal | 0 |
| Binary | 00000000 |
| Hexadecimal | 0x00 |
| Octal | 0 |
| HTML Entity | � |
| CSS Escape | \00 |
| JS Escape | \x00 |
| Python Escape | \x00 |
Character Information
| Property | Value |
|---|---|
| Category | Control Character |
| Printable | No |
| Control character | Yes |
| Range | Standard ASCII (0–127) |
Nearby ASCII Codes
Frequently Asked Questions
- What character is ASCII code 0?
ASCII code 0 is the Null. It is a control character.
- What is ASCII 0 in binary?
ASCII 0 in binary is 00000000. In hexadecimal it is 0x00.
- Is ASCII 0 a printable character?
No, ASCII 0 is a control character (Null) and is not printable.