Base64 Encoder/Decoder
Encode and decode Base64 strings
What is Base64?
A binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation.
Common Use Cases
Encoding images in HTML/CSS, transferring data in URLs, or storing complex data in text-based formats like JSON or XML.
Seamless Swapping
Use the swap button to instantly move your output to the input field, allowing for quick iterative encoding and decoding cycles.
Related Tools
Base64 ConverterEncode and decode text to and from Base64 format
HTML EntitiesEncode and decode HTML entities
URL Encoder/DecoderEncode and decode URL strings
Data URI MakerConvert files to Base64 Data URIs for CSS
JWT ParserDecode and analyze JSON Web Tokens
Media Query GeneratorGenerate responsive CSS breakpoints