Toolio Français
All tools

Base64

Encode / decode text, URL, image

This tool encodes and decodes text, URLs and images in base64 and base64url. Handy for embedding an image as a data URI, debugging an API or reading an encoded string found in a file or token.

Encoding handles UTF-8 safely and everything happens in your browser: no data sent, no tracking, no ads.

FAQ

What is the difference between base64 and base64url?
Base64url replaces the + and / characters with - and _ for safe use in URLs.
Is base64 encryption?
No, it is just a reversible encoding with no protection.
Can I encode an image in base64?
Yes, you can convert an image into a base64 string or a data URI.
Are my files uploaded?
No, encoding and decoding are entirely local.