Toolman

ASCII 22

ASCII 22 is Synchronous Idle — the control character SYN.

Every representation

CharacterSYN (not printable)
NameSynchronous Idle
Decimal22
Hexadecimal0x16
Octal0026
Binary00010110
HTML entity
Escape sequence\x16
UnicodeU+0016
KeyboardCtrl+V
GroupControl character

What it is for

Sent to keep a synchronous link in step when there was no data to send. The name survives in the TCP SYN packet.

Where the number comes from

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

Frequently asked questions

What is ASCII 22?

Synchronous Idle (SYN), a control character. In hexadecimal it is 0x16, in octal 0026, and in binary 00010110.

How do I type ASCII 22?

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

Is ASCII 22 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