Base64 Encode / Decode
Encode and decode text to Base64 format instantly.
Features
- ✓Encode text to Base64 format instantly
- ✓Decode Base64 back to readable text
- ✓Supports UTF-8 characters
- ✓Copy results with one click
- ✓Works entirely in your browser — no data uploaded
How to Use
- 1Type or paste your text into the input area.
- 2Click Encode to convert to Base64, or Decode to convert back.
- 3Use the Copy button to copy the result to your clipboard.
Examples
Encode Example
Input: Hello World!
Output: SGVsbG8gV29ybGQhDecode Example
Input: SGVsbG8gV29ybGQh
Output: Hello World!