Toolman

ASCII code for data link escape

16

Data Link Escape — a control character, not printable

Decimal16
Hexadecimal0x10
Octal0020
Binary00010000
HTML entity

What it is

Marked the following characters as protocol control rather than data — an escaping mechanism for binary-unsafe links.

The full entry

ASCII 16 in full — the code point page, with what sits either side of it and how the character is encoded elsewhere.

Frequently asked questions

What is the ASCII code for data link escape?

The ASCII code for data link escape is 16 in decimal, 0x10 in hexadecimal and 0020 in octal.

What is data link escape in binary?

00010000 — eight bits, though ASCII only defines seven, so the top bit is always zero.

Is data link escape a printable character?

No. Data Link Escape is a control character — an instruction to a teleprinter rather than a mark on paper, which is why most tables show an empty cell for it.

Other characters

Every character by name · The ASCII table · Text to binary converter