Encoding & Decoding

Hex and Text Converter

Convert between UTF-8 text and hexadecimal bytes. Accepts spaced, 0x, \x, or contiguous hex input with tolerant cleanup. Useful for restoring ASCII payloads from captures.

EncodeHexData

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Restore an ASCII payload fragment from a packet capture

How to use

  1. Paste text or a hex dump in either side
  2. Choose separators if needed
  3. Copy the converted result

Example input and output

Hex

48 65 6c 6c 6f

Text

Hello

FAQ

What if decoding fails?

Hex length must resolve to whole bytes (even digit count after cleanup). Odd-length input is rejected.

Tools

Related tools

Continue with another translated tool for a nearby task.

Binary Text Converter

Binary, Octal, Decimal, Hex Text Converter

Available

Convert UTF-8 text to and from binary, octal, decimal, or hexadecimal byte representations, with optional spacing. Useful for inspecting encodings and restoring capture fragments. Conversion stays in the browser.

Binary Encoding Radix

Octal Text Converter

Octal and UTF-8 Text Converter

Available

Convert between UTF-8 text and octal byte sequences, with optional spacing. Useful for legacy encodings, log escapes, and puzzle workflows. Conversion stays in the browser.

Octal Encoding UTF-8