Base64 ⇄ Hex Converter

About this tool:

  1. HEX (hexadecimal) is a base-16 number system using digits 0-9 and letters A-F.
  2. Base64 encodes binary data into 64 printable characters for safe text transport.
  3. This tool converts safely between hexadecimal and Base64 representations.
  4. All conversions run locally in your browser. No data is collected.
  5. Supports large texts (within browser limits).

How to Use

What this tool does

Converts safely between HEX and Base64 notations of the same binary data.

Steps

  1. HEX → Base64: paste HEX and click the first button.
  2. Base64 → HEX: paste Base64 and click the second button.

Example

48656C6C6F → SGVsbG8=

Notes