Base64 Encoder & Decoder
Convert text to Base64 and vice versa instantly.
Text to Base64
Base64 to Text
What is Base64?
Base64 is a classification of binary-to-text encoding schemes that represent binary data in an ASCII string format. It is commonly used to embed image data in HTML or CSS files, or to send data across channels that only support text.