Back to All Tools

Text to Hex Converter

Convert text characters to hexadecimal (base-16) values instantly.

About Text to Hex Converter

The Text to Hex Converter transforms text characters into their hexadecimal representation. Each character is converted to a two-digit hex value based on its ASCII code.

For example, 'A' (ASCII 65) becomes 41 in hex. This tool is useful for encoding data and working with binary formats.

Input

Hex Output

Hex values will appear here

How to Use

1

Enter Text

Type or paste the text you want to convert to hexadecimal.

2

Convert

Click "Convert to Hex" to see the hex values.

Frequently Asked Questions

What is the hex for 'Hello'?

"Hello" in hex is: 48 65 6C 6C 6F. Each two-digit hex value represents one character's ASCII code.

What is the hex for a space?

The space character has hex value 20 (decimal 32). It's the first printable ASCII character.

Is this free?

Yes, 100% free and runs locally in your browser.