Search for a command to run...
Encode and Decode Base64 data.
What
Base64 is an encoding scheme that converts binary data into ASCII text. It's widely used for email attachments, URL parameters, and API auth tokens.
Cases
When embedding an image as a data URI
When reading the payload of a JWT
When creating an HTTP Basic auth header
How To
A step-by-step guide to converting text to and from Base64.
Paste the text you want to convert into the input field.
Choose the Encode or Decode tab.
Click the copy button to save the converted result to your clipboard.
Knowledge
FAQ