Text to hex bytes, or hex back to text. UTF-8 aware, both directions.
Type your text and press 'Text → Hex'. Each byte (UTF-8 encoded) is shown as a two-digit hex value, space separated, so emoji and accented characters convert correctly.
Paste the hex (spaces, 0x prefixes and other separators are ignored) and press 'Hex → Text'. The bytes are decoded as UTF-8.
Yes, it uses UTF-8 encoding, so multi-byte characters round-trip correctly in both directions.