ASCII 27: Escape
CHARACTER
ESC
Escape
Control Character · Non-printable · ASCII 27
All Representations
| Format | Value |
|---|---|
| Decimal | 27 |
| Binary | 00011011 |
| Hexadecimal | 0x1B |
| Octal | 33 |
| HTML Entity |  |
| CSS Escape | \1b |
| JS Escape | \x1b |
| Python Escape | \x1b |
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 27?
ASCII code 27 is the Escape. It is a control character.
- What is ASCII 27 in binary?
ASCII 27 in binary is 00011011. In hexadecimal it is 0x1B.
- Is ASCII 27 a printable character?
No, ASCII 27 is a control character (Escape) and is not printable.