Logo fdylabTitre fdylab

Encode/Decode

Base64 encode/decode

Encode and decode text and images in Base64 directly in your browser.

Overview

This tool converts text or binary data to Base64, and performs the reverse operation without any server.

Use it for Data URLs, API testing, transporting small blobs, or debugging payloads.

Base64 Encoder / Decoder

Everything is processed locally in your browser. No data is sent to the server.

Important notes

Base64 increases payload size, so it should be used carefully in production contexts.