🧰 FreeTools

Base64 Kodierer/Dekodierer

Base64-Strings online kodieren und dekodieren. Unterstützt UTF-8-Text und Binärdaten.

Plain Text13 chars
Base64
SGVsbG8sIFdvcmxkIQ==

Häufig gestellte Fragen

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It is commonly used for embedding images in HTML/CSS, data URIs, and API authentication tokens.

Does it support non-ASCII text?

Yes — the tool uses UTF-8 encoding, so Chinese, Arabic, and other non-Latin characters are handled correctly.

Share:

Related Tools