Kodowanie / dekodowanie Base64

Koduj tekst do Base64 i dekoduj Base64 z powrotem do tekstu.
Safe
Processing runs on your device, so input/output is not sent anywhere.

Uwagi

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

Powiązane narzędzia