Base64 Encoder/Decoder

Convert text to Base64 or decode Base64 strings
Examples:
Encode: Hello World β†’ SGVsbG8gV29ybGQ=
Decode: SGVsbG8gV29ybGQ= β†’ Hello World
δΈ­ζ–‡η€ΊδΎ‹: δ½ ε₯½δΈ–η•Œ β†’ 5L2g5aW95LiW55WM

What is Base64 Encoding?

Base64 is an encoding scheme that converts binary data into ASCII text format. It's commonly used to encode data that needs to be transferred over text-based protocols like email or JSON. Base64 uses 64 characters (A-Z, a-z, 0-9, +, /) to represent binary data.

When Do You Need Base64?

How to Use This Tool

To Encode:

  1. Paste your text in the left box
  2. Click "Encode to Base64"
  3. Copy the Base64 string from the right box

To Decode:

  1. Paste your Base64 string in the left box
  2. Click "Decode from Base64"
  3. Read the decoded text in the right box

Why Choose Our Base64 Tool?

Related Tools