Base64 Encode / Decode
Encode and decode Base64 for text and images, right in your browser.
Three steps, no reading required.
Paste your input
Drop text, code, or data into the input pane — from an API response, a file, anywhere.
Pick a mode
Toggle the modes above the output. The result updates instantly as you type.
Copy the result
Grab the output with Copy or Download, or fix the error shown if the input is invalid.
Try it with a sample.
Hello, DevUtilsNow!
Upload & hope
- Sends your input to a server to process it
- Asks for an account after a few free uses
- Limits input size on the free tier
Runs where you are
- Processes everything inside your browser tab
- No account, ever
- No artificial size limit
Questions worth answering upfront.
No. Base64 encoding and decoding run entirely in your browser. Nothing you enter is uploaded or stored.
Base64 encodes binary or text data as ASCII characters so it can be safely embedded in URLs, data URIs, JSON, emails and other text-only contexts.
Yes. You can encode an image into a Base64 data URI to embed it directly in HTML or CSS.
No. Base64 is an encoding, not encryption. It is easily reversible and provides no security — never use it to protect sensitive data.
People who use this also reach for
Guides that pair with this tool
Handy reference
Need another tool?
36+ browser-based utilities — all free, all private, nothing to install.