What does the Hex do?
Hexadecimal (base16) writes every byte as two characters from 0-9 and a-f, which is how bytes appear in packet dumps, debuggers, checksums and protocol specs. This tool encodes text to its UTF-8 hex bytes and decodes hex back into text.
