Base64 Encode/Decode
Convert text to and from Base64. Supports URL-safe alphabet.
Ad slot: sidebar-top
Ad slot: sidebar-bottom
Base64 FAQs
What is Base64?
An encoding that represents binary data using ASCII. Useful for embedding data in JSON or URLs.
When should I use URL-safe Base64?
When sending data in URLs or JWTs. It uses - and _ instead of + and /.