Codificar / descodificar Base64

Codifica texto a Base64 y descodifica Base64 de vuelta a texto.
Safe
Processing runs on your device, so input/output is not sent anywhere.

Notas

An encoding scheme that represents data using 64 characters (A–Z, a–z, 0–9, +, /).
This tool treats input/output as UTF-8, so it supports multibyte characters.

Mode

Choose one of three modes.

AutoAutomatically detects Base64 vs plain text and converts accordingly.
EncodeTreats the input as plain text and encodes it as Base64.
DecodeTreats the input as Base64 and decodes it to plain text.

Encode

Encodes as UTF-8.

example

ZXhhbXBsZQ==

Decode

Outputs the decoded result as UTF-8.

ZXhhbXBsZQ==

example

Herramientas relacionadas