← All tools

Base64 Encode / Decode

Convert between text and Base64. UTF-8 safe.

How to use

Everything runs in your browser and is not sent anywhere.

FAQ

What is URL-safe Base64?
It replaces + and / (which are awkward in URLs and filenames) with - and _, and drops trailing =. Used in JWTs, for example.
Can I encode an image file?
Text input only for now.