Bộ Mã hóa/Giải mã Base64

Encode text để Base64 hoặc decode Base64 để text ngay lập tức. Supports URL-safe encoding, file uploads, và batch processing.

⚡ Dùng thử ngay

🤔 What Is Base64 Encoding?

Base64 is a way để represent binary data as text characters. It's commonly used trong emails, web APIs, và data URLs để safely transmit data that might otherwise be corrupted.

Tính năng chính

Email Attachments

Encode binary files cho safe email transmission

Web APIs

Encode data cho REST API requests và responses

Data URLs

Embed images và files directly trong HTML/CSS

Authentication

HTTP Basic Auth uses Base64 cho credentials

File Storage

Store binary data trong text-based formats like JSON

Gỡ lỗi

Decode Base64 strings để inspect encoded payloads

Bắt đầu

Miễn phí, không cần đăng ký

Bắt đầu →