Convert hexadecimal encoding into readable text

Please log in or register to do it.

This tool converts hexadecimal encoding into readable text. It provides flexible options so you can convert every hexadecimal sequence in your text, convert only those you specify, convert all except allowed sequences, or replace them with a custom placeholder. Simply enter your hex-encoded text, choose the processing mode that suits your needs, and process your text.

Processing Modes:


Finds every contiguous block of hex digits (at least two digits) in the text and converts them to readable text.

Converts only the hexadecimal sequences you specify. Enter a comma‑separated list of hex sequences (e.g., 48656c6c6f,576f726c64).

Converts every hexadecimal sequence except those you explicitly allow. Enter a comma‑separated list of hex sequences (e.g., 48656c6c6f).

Replaces every hexadecimal sequence with a custom placeholder string instead of converting. Enter the placeholder text below.

Examples:

Convert All Hexadecimal Sequences

Every hex sequence is converted to its readable text.

Before:
48656c6c6f20576f726c6421
After:
Hello World!

Convert Only Specified Hexadecimal Sequences

Only the specified hex sequence is converted while others remain unchanged.

Before:
48656c6c6f 576f726c6421
After (converting "576f726c6421"):
48656c6c6f World!

Convert All Except Allowed Hexadecimal Sequences

Converts every hex sequence except the allowed one (e.g., allowing "48656c6c6f" to remain unchanged).

Before:
48656c6c6f 576f726c6421
After (allowing "48656c6c6f"):
48656c6c6f World!

Replace Hexadecimal Sequences with a Placeholder

Every hex sequence is replaced with the placeholder text instead of being converted.

Before:
48656c6c6f20576f726c6421
After (with placeholder "[HEX]"):
[HEX]
Convert spaces into tabs in code formatting
Convert trailing spaces in each line into nothing

Your email address will not be published. Required fields are marked *