Base64 Encode / Decode
Switch between plain text and Base64 in either direction. Supports UTF-8 text and binary files up to 10MB. URL-safe variant is available.
Runs locally in your browser
Plain text
0 chars · 1 line
Base64 output
Output will appear here…
Related tools
About Base64 Encode / Decode
Switch between plain text and Base64 in either direction. Supports UTF-8 text and binary files up to 10MB. URL-safe variant is available.
Base64 Encode / Decode is part of FizzKit — a collection of focused, browser-based tools. Because everything runs locally, it works offline once loaded and never exposes your data to a remote server.
Frequently asked questions
Base64 encodes binary data as ASCII text so it can be transmitted safely through text-only systems — email, JSON payloads, data URIs, and so on.