Converter between ASCII and hexadecimal


Posted by Diego Assencio on 2013.10.22 under Programming (General)

This post is an interactive example of a string converter. It converts ASCII strings to hexadecimal strings and vice versa.

The conversion is done automatically as you type. You may enter hexadecimal strings using colons if you wish (e.g. aa:bb:cc:dd:ee:ff). Notice that not all ASCII codes correspond to printable characters so some pairs of hexadecimal digits may not produce visible output when converted to ASCII.

Comments

No comments posted yet.