Skip to main content
ssvpune

Base64 Encoder / Decoder

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text, UTF-8 safe.

Use tool ↓

About this tool

Encode any text — including emoji and non-Latin scripts — to Base64, or decode a Base64 string back to readable text. Encoding uses UTF-8 byte representation so multi-byte characters round-trip correctly, unlike a naive btoa() call.

Examples

  • "Hello!" → "SGVsbG8h"
  • "SGVsbG8h" → "Hello!"

Frequently asked questions

Related utilities