Codeer of decodeer Base64-tekst direct in je browser. Er wordt niets naar een server gestuurd.
Schakel tussen Coderen en Decoderen om platte tekst naar Base64 te zetten of Base64 terug om te zetten naar leesbare tekst. Handig voor API-tokens, data-URI’s en debugging — zonder data te versturen.
Kies Coderen of Decoderen bovenaan. Plak of typ je input; het resultaat verschijnt direct. Klik Kopiëren om de output te kopiëren.
Base64 encodes binary data as plain ASCII text. Common uses: data URIs (embedding images in CSS/HTML), encoding email attachments, storing binary in JSON, and passing data in URLs.
Base64 strings must have correct padding (= or == at the end). If the input is truncated or corrupted, decoding will fail or produce garbled text.
No. Base64 is encoding, not encryption. Anyone who sees the encoded string can decode it instantly. Never use Base64 to hide passwords or secrets.
Deze tool draait volledig in je browser. Niets wat je typt of plakt wordt naar een server gestuurd — alle verwerking gebeurt lokaal op je apparaat.