ASCII 127: Delete
CHARACTER
DEL
Delete
Control Character · Non-printable · ASCII 127
All Representations
| Format | Value |
|---|---|
| Decimal | 127 |
| Binary | 01111111 |
| Hexadecimal | 0x7F |
| Octal | 177 |
| HTML Entity |  |
| CSS Escape | \7f |
| JS Escape | \x7f |
| Python Escape | \x7f |
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 127?
ASCII code 127 is the Delete. It is a control character.
- What is ASCII 127 in binary?
ASCII 127 in binary is 01111111. In hexadecimal it is 0x7F.
- Is ASCII 127 a printable character?
No, ASCII 127 is a control character (Delete) and is not printable.