Free developer tools and practical guides for SQL, data workflows, and debugging.
AAskDBSQL & Data Toolkit

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 to text instantly in your browser.

1 lines · 8 words · 45 chars

1 lines · 1 words · 60 chars

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It is commonly used in email, data URLs, and API authentication.

How to use

Paste text to encode it to Base64, or paste Base64 to decode it back to text. The tool auto-detects the direction.