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