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 Base64 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

webtools/tools-text-to-base64.stats_title

webtools/tools-text-to-base64.stats_input_chars
webtools/tools-text-to-base64.stats_input_bytes
webtools/tools-text-to-base64.stats_output_chars
webtools/tools-text-to-base64.stats_output_bytes
webtools/tools-text-to-base64.stats_size_increase

Base64 String webtools/tools-text-to-base64.decode_output_label

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

webtools/tools-text-to-base64.compare

Original Text Original Base64

Base64 Encoded Decoded Text

webtools/tools-text-to-base64.history_title

webtools/tools-text-to-base64.shortcuts_title

webtools/tools-text-to-base64.shortcut_encode Ctrl + Enter
webtools/tools-text-to-base64.shortcut_clear Ctrl + K
webtools/tools-text-to-base64.shortcut_swap 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.