مترجم ثنائي
حوّل النص إلى شيفرة ثنائية والعكس. يتحول كل حرف إلى تمثيله ASCII المكوّن من 8 بتات.
كيفية استخدام هذه الأداة
- 1
Pick a direction from the dropdown: 'Text → Binary' to encode, or 'Binary → Text' to decode.
- 2
Type or paste your input into the text box.
- 3
Read the converted result in the gray output panel below as you type — it updates live.
- 4
When decoding, separate each 8-bit group with a space so the tool knows where one character ends and the next begins.
ما هو المترجم الثنائي؟
تخزّن الحواسيب كل النصوص في صورة ثنائية: تسلسلات من الأصفار والآحاد. يُقابل كل حرف ASCII رقمًا من 0 إلى 127، وهو ما يتسع في 7 بتات (تُحشى إلى 8 لمحاذاة البايتات). فمثلاً، الحرف 'A' هو 65 في النظام العشري، وهو 01000001 في النظام الثنائي.
حالات الاستخدام الشائعة
Teaching or learning how ASCII characters map to their binary byte values in a computer science class.
Decoding a short binary string someone shared in a puzzle, CTF challenge, or chat message.
Quickly checking the 8-bit pattern of a specific letter or symbol while debugging low-level code.
Creating a simple binary-encoded message for a hobby project, escape room, or geocaching clue.
Demonstrating place value and base-2 representation when explaining how data is stored.
Sanity-checking that a piece of text is pure ASCII before sending it through a byte-oriented protocol.
الأسئلة الشائعة
هل يعمل مع الرموز التعبيرية؟▼
أدوات ذات صلة
مولّد تجزئة (Hash) كلمات المرور (PBKDF2)
أنشئ تجزئات آمنة لكلمات المرور في متصفحك باستخدام PBKDF2-SHA256. أقوى من MD5 أو SHA البسيط، مع عامل عمل قابل للتعديل.
مولّد HMAC
أنشئ توقيعات HMAC باستخدام SHA-1 أو SHA-256 أو SHA-384 أو SHA-512.
تشفير AES-256
شفّر النص وافكُك تشفيره باستخدام AES-256-GCM. تُشتق المفتاح من عبارة المرور لديك عبر PBKDF2-SHA256.
مولّد رموز QR للمصادقة الثنائية (2FA)
أنشئ رموز QR من نوع TOTP لتطبيقات Google Authenticator وAuthy و1Password وغيرها من تطبيقات المصادقة الثنائية (2FA).
أداة فحص قوة كلمة المرور
تفحص عشوائية (entropy) كلمة مرورك مقابل حجم مجموعة الأحرف وقوائم كلمات المرور الشائعة. تعمل بلا اتصال تمامًا.
أداة ترميز وفك ترميز شيفرة قيصر
رمّز أو فك ترميز النص باستخدام شيفرة قيصر: استبدال الأحرف وفق إزاحة ثابتة.