Skip to main content
DevToys
Encode & decode

Base64

Encode and decode Base64 with full UTF-8 support

Conversion workspace

Text Base64

Input
Text
Output
Base64
How to use / Notes

How to use

  1. Enter text to encode, or a Base64 string to decode.
  2. Toggle the direction.
  3. Copy the result.

Notes

  • Base64 is encoding, not encryption—anyone can decode it.
  • URL-safe Base64 (using -_) uses different symbols than the standard variant.