Text to Base64
Encode/decode text to/from Base64.
Loading...
Features
Encode & Decode
Easily convert plain text to a Base64 string, or decode a Base64 string back to text.
UTF-8 Compatible
Correctly handles international characters and emojis during encoding and decoding.
Web Safe Encoding
Useful for encoding data to be safely included in URLs, JSON, or other text-based formats.
About Text to Base64
Base64 is a common encoding scheme that converts binary data into a text format, which is useful for transmitting data over media that only support plain text. This tool allows you to easily encode any text into a Base64 string or decode a Base64 string back into readable text.
How to Use Text to Base64
- To Encode: Type or paste your text in the "Text" box. The encoded result appears automatically.
- To Decode: Paste a valid Base64 string into the "Base64" box. The decoded text appears on the left.
- Copy Your Result: The conversion happens live, and you can copy the result from either box.