Everyday Tools
Search

Base64 Encoder / Decoder

Convert between plain text and Base64 in either direction.

Result

aGVsbG8=

Processing happens locally in your browser. Nothing you enter is uploaded.

How It Works

Type or paste your text, choose Encode or Decode, and copy the result.

Example

"hello" encodes to "aGVsbG8=".

Frequently Asked Questions

What is Base64 used for?
Base64 represents binary data as text, commonly used for embedding images in HTML/CSS or encoding data in URLs and emails.

Related Tools

Related Guides