ToolSite

Base64 Encode / Decode

Encode text to Base64 or decode Base64 back to text. Supports standard and URL-safe variants. Processed entirely in your browser.

Input
Text or Base64
Output
Base64 or Text
Privacy FirstWorks OfflineNo Uploads
Share on X

FAQ

What is Base64?
A binary-to-text encoding that represents data as a string of ASCII characters. Commonly used for embedding images in HTML/CSS, email attachments, and API payloads.
What is the difference between Standard and URL-safe Base64?
URL-safe Base64 replaces + with - and / with _ so the output can be used in URLs and filenames without escaping.
Is my data uploaded anywhere?
No. All encoding and decoding happens locally in your browser.

Related tools