Toolman

ASCII 20

ASCII 20 is Device Control 4 — the control character DC4.

Every representation

CharacterDC4 (not printable)
NameDevice Control 4
Decimal20
Hexadecimal0x14
Octal0024
Binary00010100
HTML entity
Escape sequence\x14
UnicodeU+0014
KeyboardCtrl+T
GroupControl character

What it is for

A general device control signal, historically used to stop a device.

Where the number comes from

Codes 0 to 31 were reserved for control: instructions to a teleprinter rather than characters to print. Code 20 is Ctrl+T because the Ctrl key was originally wired to clear the top two bits of whatever you typed, mapping the letter T at 84 down to 20.

Frequently asked questions

What is ASCII 20?

Device Control 4 (DC4), a control character. In hexadecimal it is 0x14, in octal 0024, and in binary 00010100.

How do I type ASCII 20?

Press Ctrl+T in a terminal. In a string literal you can write it as \\x14 in most languages.

Is ASCII 20 printable?

No. Codes 0 to 31 and 127 are control characters — they were instructions to a teleprinter rather than marks on paper, and most terminals show nothing for them.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter