🔍

🔠 Text-to-Hexadecimal Converter

Pick the characters of a short piece of text to see each one converted into its 2-digit hexadecimal ASCII code.

What this calculator does

Hexadecimal (base 16) is a compact way to represent the numeric codes behind text characters, commonly used in programming, data dumps, and web color codes. This tool converts text into its hexadecimal ASCII representation.

How it works

Pick the characters of a short phrase from the dropdowns. Each character’s standard ASCII decimal code is converted to base 16 and padded to two digits (uppercase), since ASCII codes 0–127 fit within two hex digits.

This is the same character-by-character logic full text-to-hex converters use, limited here to a short phrase to keep the demo interactive.

Last reviewed August 2026