Hexacon is a GUI application for converting hexadecimal strings to utf-8.
- Convert any Unicode symbol.
- Convert hexadecimal strings with or without
\x
. - Click
Copy
, to copy converted text to clipboard.
"This is a string" ⟹ "\x54\x68\x69\x73\x20\x69\x73\x20\x61\x20\x73\x74\x72\x69\x6e\x67"
"54686973206973206120737472696e67" ⟹ "This is a string"
This software is available under the following licenses:
- MIT