Base64 Encode/Decode — Convert Text Online Free
Free online Base64 encoder/decoder for converting between text and Base64 format instantly. Supports UTF-8 including Chinese characters.
How to Use
- Enter text or Base64 in either input field.
- Click Encode or Decode to convert.
- Copy result with one click.
Features
- UTF-8 support (Chinese, Japanese, Korean)
- URL-safe Base64 option
- Batch processing
- 100% client-side
Use Cases
- Embedding images in JSON/CSS
- HTTP Basic Auth headers
- Safe URL parameters
FAQ
What is Base64?
Base64 is a binary-to-text encoding scheme used to represent binary data as ASCII characters.