DevToolBoxFREE
Blog

ASCII to Text Converter - Convert ASCII Codes Online

Free online ASCII to text converter. Convert ASCII codes to text and text to ASCII. Includes full ASCII reference table with decimal, hex, and binary values. No signup required.

Supports decimal, hex (0x..), binary (0b.. or 8+ bits), octal (0o..)

DecHexBinCharDescription
00000000000NUL (Null)
10100000001SOH (Start of Heading)
20200000010STX (Start of Text)
30300000011ETX (End of Text)
40400000100EOT (End of Transmission)
50500000101ENQ (Enquiry)
60600000110ACK (Acknowledge)
70700000111BEL (Bell)
80800001000BS (Backspace)
90900001001HT (Horizontal Tab)
100A00001010LF (Line Feed)
110B00001011VT (Vertical Tab)
120C00001100FF (Form Feed)
130D00001101CR (Carriage Return)
140E00001110SO (Shift Out)
150F00001111SI (Shift In)
161000010000DLE (Data Link Escape)
171100010001DC1 (Device Control 1)
181200010010DC2 (Device Control 2)
191300010011DC3 (Device Control 3)
201400010100DC4 (Device Control 4)
211500010101NAK (Negative Acknowledge)
221600010110SYN (Synchronous Idle)
231700010111ETB (End of Trans. Block)
241800011000CAN (Cancel)
251900011001EM (End of Medium)
261A00011010SUB (Substitute)
271B00011011ESC (Escape)
281C00011100FS (File Separator)
291D00011101GS (Group Separator)
301E00011110RS (Record Separator)
311F00011111US (Unit Separator)
322000100000Space
332100100001!!
342200100010""
352300100011##
362400100100$$
372500100101%%
382600100110&&
392700100111''
402800101000((
412900101001))
422A00101010**
432B00101011++
442C00101100,,
452D00101101--
462E00101110..
472F00101111//
48300011000000
49310011000111
50320011001022
51330011001133
52340011010044
53350011010155
54360011011066
55370011011177
56380011100088
57390011100199
583A00111010::
593B00111011;;
603C00111100<<
613D00111101==
623E00111110>>
633F00111111??
644001000000@@
654101000001AA
664201000010BB
674301000011CC
684401000100DD
694501000101EE
704601000110FF
714701000111GG
724801001000HH
734901001001II
744A01001010JJ
754B01001011KK
764C01001100LL
774D01001101MM
784E01001110NN
794F01001111OO
805001010000PP
815101010001QQ
825201010010RR
835301010011SS
845401010100TT
855501010101UU
865601010110VV
875701010111WW
885801011000XX
895901011001YY
905A01011010ZZ
915B01011011[[
925C01011100\\
935D01011101]]
945E01011110^^
955F01011111__
966001100000``
976101100001aa
986201100010bb
996301100011cc
1006401100100dd
1016501100101ee
1026601100110ff
1036701100111gg
1046801101000hh
1056901101001ii
1066A01101010jj
1076B01101011kk
1086C01101100ll
1096D01101101mm
1106E01101110nn
1116F01101111oo
1127001110000pp
1137101110001qq
1147201110010rr
1157301110011ss
1167401110100tt
1177501110101uu
1187601110110vv
1197701110111ww
1207801111000xx
1217901111001yy
1227A01111010zz
1237B01111011{{
1247C01111100||
1257D01111101}}
1267E01111110~~
1277F01111111DEL (Delete)

ASCII to Text Converter Online

This ASCII to text converter tool lets you convert between ASCII codes and text characters instantly. Enter text to see the ASCII decimal, hexadecimal, binary, and octal values for each character. Or enter ASCII codes to decode them back to text. Includes a comprehensive ASCII reference table with all 128 characters. Useful for programming, data encoding, and character analysis. All processing happens in your browser — your data never leaves your device.

𝕏 Twitterin LinkedIn

Rate this tool

3.6 / 5 · 217 ratings

Stay Updated

Get weekly dev tips and new tool announcements.

No spam. Unsubscribe anytime.

Enjoy these free tools?

Buy Me a Coffee

FAQ

What is ASCII and how does it work?
ASCII (American Standard Code for Information Interchange) maps 128 characters to numbers 0-127. For example, 'A' = 65, 'a' = 97, '0' = 48. It is the foundation of text encoding in computing.
How do I convert text to ASCII codes?
Enter text in the input field and the tool shows the ASCII value for each character. Supports decimal, hexadecimal, octal, and binary representations. Non-ASCII characters use extended encodings like UTF-8.
What is the difference between ASCII and Unicode?
ASCII covers 128 characters (English letters, digits, symbols). Unicode covers 150,000+ characters from all writing systems worldwide. UTF-8, the most common Unicode encoding, is backwards-compatible with ASCII.