Hex Conversion

It’s a pretty common occurrence that I will find myself needing to convert an ASCII string into Hex. Or take a hex sequence and add an escape string, or remove the escape string. Sometimes change the escape string entirely.

So I decided to put this little app together. It converts between ASCII and Hex, it can add or remove the spaces in the Hex string, it can add or change between the escape strings I usually require, and it can ship as an executable file (though it will give a security warning, which I have no need to correct right now).