Advertisement

Base64 Encode/Decode

Encode or decode Base64 strings

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is commonly used when there is a need to encode binary data that needs to be stored and transferred over media designed to handle text. This includes embedding images in HTML/CSS and transmitting data in URLs.