What this tool does
Converts safely between HEX and Base64 notations of the same binary data.
Steps
- HEX → Base64: paste HEX and click the first button.
- Base64 → HEX: paste Base64 and click the second button.
Example
48656C6C6F → SGVsbG8=
Notes
- HEX must be even length with valid hex chars; Base64 must be valid.
- All operations are local to your browser.