شفِّر وافكِّ وحوِّل Base64 في متصفحك. لا يغادر أي شيء جهازك — بلا رفع، بلا تتبع.
مُشفِّرات، مُفكِّكات، محوِّلات، مُدقِّقات — يغطي كل سير عمل.
Drag-and-drop any image. Get a data URI ready to paste into HTML, CSS, or JSON.
Paste any Base64 string. Preview and download the decoded image instantly.
Encode any UTF-8 text. Standard or URL-safe.
Any file type — PDF, ZIP, font, binary.
Decode JWT tokens, API headers, config values.
Recover original files from Base64 strings.
Decode and export as lossless PNG.
Convert with adjustable quality.
Modern format, smaller file sizes.
Check if a string is valid Base64.
Calculate encoded output size before embedding.
Get HTML/CSS embed code in one click.
Complete guide to Base64 encoding and RFC 4648.
كل عملية تعمل على APIs المتصفح الأصلية. بياناتك لا تغادر التبويب أبدًا.
اسحب ملفًا، أو الصق نصًا، أو ارفع صورة. يبقى كل شيء محليًا.
const file = input.files[0];
FileReader وatob/btoa وCanvas تتولى التشفير — مدمجة في كل متصفح.
const b64 = btoa(binary);
انسخ النص، أو نزِّل الملف. صفر طلبات شبكة.
// no uploads. ever.
background-image: url('data:image/png;base64,…').+ و/ التي تُسبِّب مشاكل في URLs. النسخة URL-safe (RFC 4648 §5) تستبدلهما بـ - و_.