Base64 Encode/Decode

Convert text to and from Base64. Supports URL-safe alphabet.


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 /.