Hex Encoder / Decoder

Convert text to and from hexadecimal encoding.

Free online tool. No signup required. All processing runs in your browser.

About this tool

Encode text into hex or decode hex into readable text.

What is Hex Encoder / Decoder?

Hexadecimal encoding represents each byte using two characters (0–9, A–F).

How to use Hex Encoder / Decoder

  1. Select Encode or Decode.
  2. Paste input.
  3. Copy the output.

Examples

Example input

Hi

Example output

4869

FAQ

What encoding is used?
Usually UTF-8 before converting to hex.
Can hex include spaces?
Some tools allow spaces between bytes.
Are these tools free?
Yes. All tools on DevToolsHub are free to use.
Does the tool store my data?
No. Processing happens in your browser. We do not store or send your input to any server.
Can I use the output in production?
Yes. Use the result as you like; we do not claim any rights over the output.

Related tools