Hex ↔ String Converter

Convert between hexadecimal and text strings with multiple format options

How to Use

  1. Enter the text or hex string to convert.
  2. Select a separator and click 'String → Hex' or 'Hex → String'.
  3. Use the 'Copy' button to copy the result.

FAQ

What is hexadecimal?

Hexadecimal (hex) is a base-16 number system using digits 0-9 and letters A-F, commonly used in computing to represent binary data in a human-readable format.

What separators are supported?

Space (48 65), colon (48:65), none (4865), 0x prefix (0x48 0x65), and \x prefix (\x48\x65).

Related Tools