code Base64 Text Tool

Encode or decode Base64 text instantly.

Plain text to Base64, or Base64 back to plain text.

edit_note Input
insights Result

What is Base64 encoding?

Base64 is a way of representing binary or text data using only 64 printable characters (A-Z, a-z, 0-9, +, /). It's commonly used to embed data in JSON, URLs, emails, and HTML where raw binary isn't safe to include directly.