Ad Space
Base64-Kodierer / Dekodierer
Text in Base64 kodieren oder Base64-Zeichenketten zurück in Klartext dekodieren. Unterstützt UTF-8.
Über Base64-Kodierung
Base64 ist ein Binär-zu-Text-Kodierungsverfahren, das Binärdaten als ASCII-Zeichenkette darstellt. Es wird häufig für die Kodierung von Daten in URLs, E-Mails, HTML und APIs verwendet. Dieses Werkzeug unterstützt vollständige UTF-8-Kodierung und -Dekodierung.
Ad Space
Anleitung
- Enter your plain text in the top field to encode, or Base64 string in the bottom field to decode
- Click 'Encode' to convert text to Base64, or 'Decode' to convert Base64 back to text
- Copy the result with the copy button
Anwendungsfälle
- Encoding images for embedding in HTML/CSS
- Encoding data for URL parameters
- Transmitting binary data in JSON APIs
- Email attachment encoding
Häufig gestellte Fragen
Ad Space