Et
EditText.app

Hex to Text Converter

Convert hexadecimal to text and text to hex online. Free hex encoder/decoder — works with ASCII, UTF-8, and Unicode.

🔒 Your text stays in your browser — nothing is sent to our servers
Text Input
Hex Output
How to Use

Three steps to get started

1

Choose direction

Select "Text → Hex" to encode or "Hex → Text" to decode.

2

Paste or type

Enter your text or hex string. Each character maps to two hex digits.

3

Copy the result

Click Copy and use the hex or decoded text wherever you need it.

About This Tool

Convert between text and hexadecimal

Hexadecimal (base-16) is one of the most common representations used in computing. Each byte is expressed as exactly two hex digits — compact, human-readable, and unambiguous. You see it every day: HTML colors like #1A5CFF, file hashes like a3f4d8..., and memory dumps.

This converter works both ways:

  • Text → Hex: Converts each character to its ASCII value, then to two hex digits
  • Hex → Text: Reads pairs of hex digits and converts back to ASCII characters

Useful for debugging, understanding network protocols, learning computer science fundamentals, and working with raw binary data. All conversion happens in your browser — private, instant, no limits.

FAQ

Frequently Asked Questions

Related Tools