Base64 تشفير/فك تشفير
تشفير وفك تشفير سلاسل Base64 عبر الإنترنت.
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.
أدوات المطور
📋منسق JSON🗃️منسق SQL📄منسق XML🌐منسق HTML🎨منسق CSS🔗URL تشفير/فك تشفير🏷️HTML هروب🎫JWT فك التشفير🆔مولد UUID🔑مولد كلمات المرور🔒SHA-256 تجزئة🔏MD5 تجزئة🛡️مولد HMAC🎨لوحة الألوان🔍اختبار Regex⏱️محلل Cron📡محلل HTTP Headers🔗محلل URL❓محلل Query String📝مقارنة النصوص🔄JSON ↔ YAML📊JSON ↔ CSV⏰Unix Timestamp📅ISO 8601 تاريخ