DevToolBoxKOSTENLOS
Blog

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.

𝕏 Twitterin LinkedIn

Bewerten Sie dieses Tool

3.7 / 5 · 174 Bewertungen

Bleiben Sie informiert

Wöchentliche Dev-Tipps und neue Tools.

Kein Spam. Jederzeit abbestellbar.

Enjoy these free tools?

Buy Me a Coffee

Anleitung

  1. Enter your plain text in the top field to encode, or Base64 string in the bottom field to decode
  2. Click 'Encode' to convert text to Base64, or 'Decode' to convert Base64 back to text
  3. 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

What is Base64 encoding?
Base64 is a binary-to-text encoding scheme that converts binary data into ASCII characters. It's commonly used to transmit data safely over text-based protocols like HTTP and email.
Is Base64 encoding the same as encryption?
No. Base64 is an encoding scheme, not encryption. Anyone can decode Base64 data. It's meant for data transport, not security.
Does this tool support UTF-8?
Yes. This tool fully supports UTF-8 encoding and decoding, allowing you to work with international characters and emojis.