Convert Hex to Base64
Convert hex to base64 below — e.g. “Hello World” → “AAAAAAA=”. Enter your own value for an instant result; everything runs in your browser.
Hex → Base64
Common hex to base64 values
| Hex | Base64 |
|---|---|
| Hello World | AAAAAAA= |
| The quick brown fox | AA4ADAsAAAA= |
Related conversions
- Convert Base64 to Hex (reverse)
- Convert Hex to Plain text
- Convert Hex to URL-encoded
- Convert Hex to Binary
FAQ
What encodings does this cover?
Common text encodings used in APIs and config — including Base64, URL percent-encoding and hex. Convert between them in one place for debugging headers, tokens and payloads.