Codifica, decodifica e converti Base64 nel tuo browser. Nulla lascia il tuo computer — senza upload, senza tracciamento.
Codificatori, decodificatori, convertitori, validatori — ogni flusso di lavoro coperto.
Drag-and-drop any image. Get a data URI ready to paste into HTML, CSS, or JSON.
Paste any Base64 string. Preview and download the decoded image instantly.
Encode any UTF-8 text. Standard or URL-safe.
Any file type — PDF, ZIP, font, binary.
Decode JWT tokens, API headers, config values.
Recover original files from Base64 strings.
Decode and export as lossless PNG.
Convert with adjustable quality.
Modern format, smaller file sizes.
Check if a string is valid Base64.
Calculate encoded output size before embedding.
Get HTML/CSS embed code in one click.
Complete guide to Base64 encoding and RFC 4648.
Ogni operazione gira sulle API native del browser. I tuoi dati non lasciano mai la scheda.
Trascina un file, incolla una stringa o carica un'immagine. Rimane locale.
const file = input.files[0];
FileReader, atob/btoa e Canvas gestiscono la codifica — integrati in ogni browser.
const b64 = btoa(binary);
Copia la stringa, scarica il file. Zero richieste di rete effettuate.
// no uploads. ever.
background-image: url('data:image/png;base64,…').+ e / che si rompono negli URL. L'URL-safe (RFC 4648 §5) li sostituisce con - e _.