Convert Binary to Base64
Convert binary to base64 below — e.g. “Hello World” → “AAA=”. Enter your own value for an instant result; everything runs in your browser.
Binary → Base64
Common binary to base64 values
| Binary | Base64 |
|---|---|
| Hello World | AAA= |
| The quick brown fox | AAAAAA== |
Related conversions
- Convert Base64 to Binary (reverse)
- Convert Binary to Plain text
- Convert Binary to Hex
- Convert Binary to URL-encoded
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.