EncodingBuilt with Hercules
Base64 Encoder & Decoder
About Base64 Encoder & Decoder
Base64 represents text using only printable ASCII characters, making it safe to embed in JSON, URLs, or HTTP headers.
Frequently asked questions
- What is base64 encoding?
- Base64 encoding is a way to represent text using only printable ASCII characters. It is commonly used to embed data in URLs, JSON, or HTTP headers.