Hex ↔ String Converter
Convert between hexadecimal and text strings with multiple format options
How to Use
- Enter the text or hex string to convert.
- Select a separator and click 'String → Hex' or 'Hex → String'.
- 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).