AllFileBox

Encodeur/Decodeur Base64Outil en ligne gratuit

Utilisez immédiatement, gratuitement, sans inscription. Vos fichiers sont traités localement et jamais téléchargés.

By the AllFileBox Team · Last updated: 2026-06-11

AdSense Slot: 1111111111
Advertisement
AdSense Slot: 2222222222

Base64 is a free online tool that encodes text into Base64 and decodes Base64 back into readable text in your browser, a common task for embedding data and transmitting binary safely.

What Base64 is for

Base64 represents binary or text data using 64 safe ASCII characters, so it can travel through systems that only handle text, such as email, JSON, and data URLs. It is how images get embedded directly in HTML, how credentials are passed in some headers, and how binary attachments survive text-only channels. Encoding does not encrypt; it only re-represents data.

Encoding increases size

Because Base64 turns every three bytes into four characters, the encoded output is about 33 percent larger than the original data. That overhead is the price of text safety. For that reason you encode only when a channel requires plain text, and you decode back to the original whenever you need the real bytes for storage or display.

Encode and decode both ways

The tool converts in both directions: paste plain text to get its Base64 form, or paste a Base64 string to recover the original. This is handy for inspecting a data URL, decoding the readable parts of a token, or preparing a small asset to inline in code. Invalid Base64 input is flagged so you know the string is malformed.

Private and local

Base64 runs entirely in your browser. Your text is encoded or decoded locally and is never uploaded or stored, so sensitive strings and tokens stay on your device. There is no server involved, the conversion is instant, and closing the tab clears your data from memory.

Comment l'utiliser Encodeur/Decodeur Base64

  1. Open the Base64 tool.
  2. Paste your text or Base64 string into the box.
  3. Choose encode or decode.
  4. See the converted result instantly.
  5. Copy the output to use anywhere.

Inline a small image

Inline a small image

Encode a tiny icon to Base64 so you can embed it directly in HTML or CSS as a data URL.

Inspect a token

Decode the readable segments of a Base64 string to check what data it contains.

Pass text safely

Encode a snippet so it survives a channel that only accepts plain ASCII text.

Base64 at a glance
PropertyDetailNote
Alphabet64 charactersA-Z, a-z, 0-9, + and /
Size changeAbout 33% largerThree bytes become four
PurposeText-safe transportNot encryption

Outils liés

Caractéristiques clés Encodeur/Decodeur Base64

Fichiers traités localement — jamais envoyés sur aucun serveur
Traitement rapide dans votre navigateur grâce à WebAssembly
Pas besoin de compte, de connexion, ni d'inscription
100 % gratuit pour tous les cas d'utilisation standard
Disponible dans 70 langues dans le monde entier
Fonctionne sur n'importe quel appareil : ordinateur, tablette et mobile

Vos fichiers restent privés

Tout traitement se fait dans votre navigateur avec WebAssembly. Votre fichier n'est jamais envoyé à nos serveurs. Nous n'avons aucun accès à vos fichiers — garantie.

Foire aux questions

AdSense Slot: 6666666666