Home Categories Popular About

Base64 Tool

How the Base64 Encoder Works

Base64 encoding converts text or binary data into a text‑safe format using 64 characters. This tool lets you encode or decode Base64 instantly in your browser.

Example

Input:

Hello Tom

Encoded Output:

SGVsbG8gQXZp

Decoded Output:

Hello Tom