Base64 Encoder
What it does
Encode any text or file to Base64, or decode Base64 back to readable text. Handles both directions instantly.
How to use
- Paste text or drop a file into the input
- Click Encode or Decode
- Copy the result
Notes
- File encoding works entirely in your browser — nothing is uploaded
- Supports URL-safe Base64 variant
- Works offline