الترميز
Base64 Encode
Encode plain text into Base64.
Upload any image file and get a Base64 Data URL output that can be embedded into HTML, CSS, JSON payloads, or quick prototypes.
تستقبل هذه الأداة مدخلات منظمة وتُرجع مخرجات حتمية في المتصفح، دون رفع إلى الخادم.
Upload any image file and get a Base64 Data URL output that can be embedded into HTML, CSS, JSON payloads, or quick prototypes.
Data URLs combine MIME type and Base64 payload into a single string, such as data:image/png;base64,.... They are useful for inline assets in prototypes, emails, and small single-file demos. This tool reads your file with the browser FileReader API and converts it locally without uploading the image to a server.
logo.png
data:image/png;base64,iVBORw0KGgoAAAANSUhEUg...
اكتشف أدوات ذات صلة في الفئة الترميز أدناه.
أدوات منتقاة قد تجدها مفيدة