ASCII 16: Data Link Escape
CHARACTER
DLE
Data Link Escape
Control Character · Non-printable · ASCII 16
All Representations
| Format | Value |
|---|---|
| Decimal | 16 |
| Binary | 00010000 |
| Hexadecimal | 0x10 |
| Octal | 20 |
| HTML Entity |  |
| CSS Escape | \10 |
| JS Escape | \x10 |
| Python Escape | \x10 |
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 16?
ASCII code 16 is the Data Link Escape. It is a control character.
- What is ASCII 16 in binary?
ASCII 16 in binary is 00010000. In hexadecimal it is 0x10.
- Is ASCII 16 a printable character?
No, ASCII 16 is a control character (Data Link Escape) and is not printable.