Base64 Encoder / Decoder
Encode and decode Base64. Text or files.
Output
SGVsbG8sIHdvcmxkIQ==
Or encode a file
About
Paste text or upload a file and get the Base64 encoding. Or paste Base64 and get the original text or file back. Handles UTF-8 cleanly. Useful for embedding images in CSS data URIs, decoding JWT payloads, or just inspecting Base64 you've encountered.
How to use
- Pick Encode or Decode.
- Paste text or drop a file.
- Copy the result.
FAQ
Is my data uploaded anywhere?+
No. Encoding and decoding happen in the browser. Files never leave your device.