ASCII Hexadecimal to Character conversion


This script will convert well formed hexadecimal ASCII (American Standard Code for Information Interchange) character codes typed or pasted in the left field below into the characters they represent. American Standard Code for Information Interchange is a 7-bit character code for information exchange between computers.

Hex characters must be in pairs. Hex codes that do not map to any valid ASCII character code will appear as a dot ".", and codes that map to valid but non-displayable ASCII characters will be represented by a mnemonic in pointy brackets, e.g. <EOT>.

A valid hex string will look like this:
53697220492073656E642061207268796D6520657863656C6C696E6720696E2073616372656420747275746820616E6420726 9676964207370656C6C696E67

The converter on this web page utilizes JavaScript, so JavaScript must be enabled.


Hex


ASCII Text




 

A tool similar to this one can be found at Hex to EBCDIC Converter.



Hexadecimal to ASCII conversion

This script will convert well formed hexadecimal ASCII (American Standard Code for Information Interchange) character codes typed or pasted in the left field below into the characters they represent. American Standard Code for Information Interchange is a 7-bit character code for information exchange between computers.

Hex characters must be in pairs. Hex codes that do not map to any valid ASCII character code will appear as a dot ".", and codes that map to valid but non-displayable ASCII characters will be represented by a mnemonic in pointy brackets, e.g. <EOT>. The converter on this web page utilizes JavaScript, so JavaScript must be enabled.