Base64 Encoder / Decoder
Route: /base64
Convert text and files to and from Base64 encoding.
Features
- Encode and decode in both directions.
- Text and file input support.
- Copy to clipboard for quick reuse.
Using it
- Open Base64 Encoding from the sidebar.
- Choose Encode or Decode.
- Enter text (or upload a file) and copy the result.
Notes
- Conversion happens entirely in your browser — nothing is uploaded.
Related
- JWT Decoder — JWTs are Base64URL-encoded.