ToolBuddy
In Browser

Hex Converter

Encode UTF-8 text as hexadecimal bytes and decode hex back to text. Inspect packet dumps, color-ish strings, and binary-safe debug output without a remote hex encoder.

Runs in your browser. Nothing is uploaded.

Direction

0 characters · 0 lines

0 characters · 0 lines

About this tool

Encode UTF-8 text as space-separated hex bytes, or decode hex (spaces and 0-9a-f) back to text. Odd-length hex fails fast so you do not get a truncated character.

How to use: paste text, pick Text → Hex, copy. Reverse for a dump from a debugger. Decoding uses TextDecoder so multi-byte UTF-8 round-trips.

Example: Hi becomes 48 69. A hex dump of a short token never hits a remote encoder. This is not a hex editor for files. Paste the bytes as text.

Encoding is local. Related: binary converter for bit strings, Base64 for a denser transport alphabet. After load, conversion works offline.

Related Convert tools