Search for a tool
ASCII Control Characters

Tool to decode/convert ASCII control characters (all invisible characters 0 to 31 or 00-1F) from ASCII table.

Results

ASCII Control Characters -

Tag(s) : Informatics, Substitution Cipher

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'ASCII Control Characters' tool for free! Thank you!

ASCII Control Characters

Convert from control characters

 






See also: ASCII Code

Control characters encoding

 




Answers to Questions (FAQ)

What is an ASCII control character? (Definition)

ASCII control characters are a range of characters (0 to 32 + 127) designated as control characters to command special actions, such as page layout (tab, new line, etc.), handling errors, information separators (beginning/end of transmission), or to manage certain peripherals (often printers or the bell). These characters are generally invisible (because they cannot be printed).

What is the list of ASCII control characters?

The ASCII table defines 34 control characters:

CodeAbbrev.Full nameSymbol
0NULNull␀
1SOHStart of Header␁
2STXStart of Text␂
3ETXEnd of Text␃
4EOTEnd of Transmission␄
5ENQEnquiry␅
6ACKAcknowledge␆
7BELBell␇
8BSBackSpace␈
9HTHorizontal Tabulation␉
10LFLine Feed/New Line␊
11VTVertical Tabulation␋
12FFForm Feed/New Page␌
13CRCarriage Return␍
14SOShift Out␎
15SIShift In␏
16DLEData Link Escape␐
17DC1Device Control 1␑
18DC2Device Control 2␒
19DC3Device Control 3␓
20DC4Device Control 4␔
21NAKNegative Acknowledge␕
22SYNSynchronous Idle␖
23ETBEnd of Transmission Block␗
24CANCancel␘
25EMEnd of Medium␙
26SUBSubstitute␚
27ESCEscape␛
28FSFile Separator␜
29GSGroup Separator␝
30RSRecord Separator␞
31USUnit Separator␟
32SPSpace␠
127DELDelete␑

How to encrypt using control characters cipher?

It is possible to denote control characters with their abbreviated name or their unicode symbol.

Any number between 0 and 32 can thus be encoded.

Example: 0 1 2 3 becomes NUL SOH STX ETX

It is possible to encode letters with a code like A1Z26.

Example: ABCD becomes 1 2 3 4 which is coded SOH STX ETX EOT

How to decrypt control characters cipher?

The conversion of control characters can be done to numbers, to their name, to their unicode symbol, etc.

Example: '␄ ␃ ␏ ␄ ␅' corresponds to the codes 4 3 15 4 5 which can be translated with A1Z26 into DCODE

Source code

dCode retains ownership of the "ASCII Control Characters" source code. Any algorithm for the "ASCII Control Characters" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "ASCII Control Characters" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "ASCII Control Characters" or any other element are not public (except explicit open source licence). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "ASCII Control Characters" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license).

Exporting the results is free and can be done simply by clicking on the export icons – (.csv or .txt format) or ⧉ (copy and paste).

To cite dCode.fr on another website, use the link: https://www.dcode.fr/ascii-control-characters

In a scientific article or book, the recommended bibliographic citation is: ASCII Control Characters on dCode.fr [online website], retrieved on 2025-07-13, https://www.dcode.fr/ascii-control-characters

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'ASCII Control Characters' tool for free! Thank you!


https://www.dcode.fr/ascii-control-characters
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
β–²  
Feedback