Text to Base64

Encode any text string into a Base64 format for safe data transmission.

Home Text to Base64
The Text to Base64 encoder converts any string into its Base64 representation. Base64 is commonly used for embedding data in HTML, safely transferring data over media that only supports text, and obfuscation. Encode your text to Base64 now!
Enter Text to Encode Decode Base64 to Text

Enter text to encode. Example: Hello World

Enter Base64 to decode. Example: SGVsbG8gV29ybGQ=

Enter plain text that will be encoded into Base64 format Enter Base64 encoded text that will be decoded to plain text

Encoding Error Decoding Error

Tip: Make sure your input is valid Base64. Check for typos, missing characters, or invalid symbols. Tip: The input may contain unsupported characters or be too large (max 1MB).

Statistics

Input Characters
Input Bytes
Output Characters
Output Bytes
Size Increase

Base64 Encoded Result Decoded Text

This area shows your text encoded in Base64 format This area shows your Base64 decoded to plain text

Compare

Original Text Original Base64

Base64 Encoded Decoded Text

Encoding History

Keyboard Shortcuts

Encode/Decode Ctrl + Enter
Clear all Ctrl + K
Swap mode Ctrl + W
  1. 1 Enter Data: Type or paste the text, string, or small data snippet you want to encode.
  2. 2 Encode: Click "Encode to Base64".
  3. 3 View Base64 String: The output is a string of printable ASCII characters (A-Z, a-z, 0-9, +, /) suitable for safe text-based transmission.
This website uses Cookies to ensure optimal user experience.