Hex encode/decode
Hex encoding (short for hexadecimal encoding) is a method of representing binary data (bytes) as human-readable text using base-16 (hex) numbering.
You can change text in both textarea`s, and it will be encoded/decoded on the fly.
Security note: data is not being sent to the back-end, data is being processed only on client side!