Base64 Mã hóa/Giải mã
Mã hóa và giải mã chuỗi Base64 trực tuyến.
Base64 Encoder/Decoder converts text to Base64 encoding and vice versa. Base64 is commonly used for encoding binary data in text-based formats like JSON, XML, and email.
Features
- Encode text to Base64
- Decode Base64 to text
- Full UTF-8 support
- Handles special characters
- One-click copy
Usage Example
// Encode
Hello, World! → SGVsbG8sIFdvcmxkIQ==
// Decode
SGVsbG8sIFdvcmxkIQ== → Hello, World!FAQ
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format using 64 characters (A-Z, a-z, 0-9, +, /).
When should I use Base64?
Use Base64 when you need to embed binary data (like images) in text formats, send data through text-only channels, or encode credentials for HTTP Basic Auth.
Công cụ Nhà phát triển
📋Trình định dạng JSON🗃️Trình định dạng SQL📄Trình định dạng XML🌐Trình định dạng HTML🎨Trình định dạng CSS🔗URL Mã hóa/Giải mã🏷️HTML Escape/Unescape🎫Bộ giải mã JWT🆔Trình tạo UUID🔑Trình tạo mật khẩu🔒SHA-256 Hash🔏MD5 Hash🛡️Trình tạo HMAC🎨Bảng màu🔍Trình kiểm tra Regex⏱️Trình phân tích Cron📡Trình phân tích HTTP Header🔗Trình phân tích URL❓Trình phân tích Query String📝So sánh văn bản🔄JSON ↔ YAML📊JSON ↔ CSV⏰Unix Timestamp📅Ngày ISO 8601