Base64 Encode/Decode
Convert text to Base64 and back with full Unicode and emoji support. Includes the URL-safe variant. The result updates in real time.
Operación
Unicode y emojis incluidos. La decodificación es segura y local.
Resultado
Escribe algo para codificar/decodificar.
Related tools
Related articles
Frequently asked questions
What is Base64 for?+
It lets you represent binary data or text with special characters as safe text (ASCII only). Common in APIs, email and embedded data.
What is the URL-safe variant?+
It replaces + and / with - and _ so the string can be used in URLs and filenames without escaping.

