Base64 Encoder / Décoder en Ligne

Free Gratuit · Sans inscription · Données non envoyées Used by 200K+ developers
Error
PLAIN TEXT
BASE64
// output

Plus d'Outils pour Développeurs

Générateur Hash
MD5/SHA-256
Générateur HMAC
HMAC-SHA256
Décodeur JWT
Inspecter token
URL Encoder
Encodage URL
Chiffrement AES
AES-256
Chiffrement RSA
RSA-OAEP
Formateur JSON
Formater & valider
Regex
Tester en direct

Pourquoi c'est le Meilleur Encodeur & Décodeur Base64

Encoder du Texte en Base64

Convert any plain text string to its Base64 representation instantly. Useful for embedding data in JSON, HTML, or API payloads.

Décoder Base64 en Texte

Paste any Base64-encoded string and decode it back to human-readable text with one click.

Support UTF-8

Correctly handles Unicode and UTF-8 characters including emojis, Chinese, Arabic, and other non-ASCII text.

Encodage de Fichiers

Upload a file and encode it as Base64 — useful for embedding images or documents in data URIs or API calls.

Questions Fréquentes

Qu'est-ce que l'encodage Base64?

Base64 is an encoding scheme that converts binary or text data into a string of ASCII characters. It is commonly used in emails, JWTs, data URIs, and API authentication.

Base64 est-il la même chose que le chiffrement?

No. Base64 is encoding, not encryption. Anyone can decode a Base64 string without a key. Do not use it to secure sensitive data.

Pourquoi Base64 est-il utilisé dans les tokens JWT?

JWTs use Base64url encoding (a URL-safe variant of Base64) to encode the header and payload, making them compact and safe to transmit in URLs and HTTP headers.

Guide approfondi
Guide Outils de Sécurité
Hash, HMAC, AES, RSA & JWT
Lire le guide