HomeASCII Encoding Converter

ASCII Encoding Converter

Online ASCII encoding converter with text and ASCII code conversion, supporting decimal and hex parsing with character details and ASCII table lookup

Output format

ASCII Control Characters (0-31, 127)

CharDecHexBinDescriptionCharDecHexBinDescription
NUL00000000000NullSOH10100000001Start of Heading
STX20200000010Start of TextETX30300000011End of Text
EOT40400000100End of TransmissionENQ50500000101Enquiry
ACK60600000110AcknowledgeBEL70700000111Bell
BS80800001000BackspaceHT90900001001Horizontal Tab
LF100A00001010Line FeedVT110B00001011Vertical Tab
FF120C00001100Form FeedCR130D00001101Carriage Return
SO140E00001110Shift OutSI150F00001111Shift In
DLE161000010000Data Link EscapeDC1171100010001Device Control 1
DC2181200010010Device Control 2DC3191300010011Device Control 3
DC4201400010100Device Control 4NAK211500010101Negative Acknowledge
SYN221600010110Synchronous IdleETB231700010111End of Transmission Block
CAN241800011000CancelEM251900011001End of Medium
SUB261A00011010SubstituteESC271B00011011Escape
FS281C00011100File SeparatorGS291D00011101Group Separator
RS301E00011110Record SeparatorUS311F00011111Unit Separator
DEL1277F01111111Delete

ASCII Printable Characters (32-126)

CharDecHexBinCharDecHexBinCharDecHexBin
SP322000100000!332100100001"342200100010
#352300100011$362400100100%372500100101
&382600100110'392700100111(402800101000
)412900101001*422A00101010+432B00101011
,442C00101100-452D00101101.462E00101110
/472F0010111104830001100001493100110001
250320011001035133001100114523400110100
553350011010165436001101107553700110111
85638001110009573900111001:583A00111010
;593B00111011<603C00111100=613D00111101
>623E00111110?633F00111111@644001000000
A654101000001B664201000010C674301000011
D684401000100E694501000101F704601000110
G714701000111H724801001000I734901001001
J744A01001010K754B01001011L764C01001100
M774D01001101N784E01001110O794F01001111
P805001010000Q815101010001R825201010010
S835301010011T845401010100U855501010101
V865601010110W875701010111X885801011000
Y895901011001Z905A01011010[915B01011011
\925C01011100]935D01011101^945E01011110
_955F01011111`966001100000a976101100001
b986201100010c996301100011d1006401100100
e1016501100101f1026601100110g1036701100111
h1046801101000i1056901101001j1066A01101010
k1076B01101011l1086C01101100m1096D01101101
n1106E01101110o1116F01101111p1127001110000
q1137101110001r1147201110010s1157301110011
t1167401110100u1177501110101v1187601110110
w1197701110111x1207801111000y1217901111001
z1227A01111010{1237B01111011|1247C01111100
}1257D01111101~1267E01111110

ASCII Converter Guide

This tool converts text and ASCII codes in both directions, supports decimal and hexadecimal parsing, and is useful for API debugging, protocol parsing, and coding lessons.

Key features

  • Text to ASCII conversion with decimal, hex, and binary views.
  • ASCII to text conversion with auto detection or forced input mode.
  • Character-level detail list for easier troubleshooting.
  • Built-in control and printable ASCII tables for quick lookup.

How to use

Text → ASCII

  1. Switch to the Text → ASCII tab.
  2. Enter text and choose the output format.
  3. Review results and copy when needed.

ASCII → Text

  1. Switch to the ASCII → Text tab.
  2. Enter ASCII codes and choose input format.
  3. Review converted text and copy when needed.

FAQ

Why do I get an out-of-range error?

The converter follows standard ASCII and only accepts code points from 0 to 127.

Which separators are supported?

You can separate codes with spaces, commas, or new lines.

How does auto detect parse hex values?

In auto mode, tokens starting with 0x are treated as hex, and others are treated as decimal.

Data is processed locally in your browser by default and will not be uploaded to any server. Upload will be clearly indicated if required.

© 2026 See-Tool. All rights reserved. | Contact Us