Base64 Encode / Decode
Encode text to Base64 or decode it back.
Paste text to encode, or Base64 to decode.
Base64 Encode / Decode
0 words0 characters0 lines0 bytes
What is Base64 used for?
Base64 encodes binary data as ASCII text so it survives transports that expect text — data URIs, email attachments, JWTs and HTTP headers.
Does Base64 encrypt my data?
No. Base64 is encoding, not encryption — anyone can decode it. For confidentiality use the Text Encryptor or a real cipher.
Related tools
- URL Encode / Decode — for query-string-safe text.
- Text Encryptor — when you need actual confidentiality.
- Hash Generator — one-way digests instead of reversible encoding.
🔐 Private by design: every tool runs in your browser. DNS lookups go straight to Cloudflare's DoH resolver (1.1.1.1); nothing else is sent to any server, and nothing is logged.