RevealTheme logo

مترجم دودویی

متن را به کد دودویی و برعکس تبدیل کنید. هر کاراکتر به نمایش ۸ بیتی ASCII خود تبدیل می‌شود.

نحوه استفاده از این ابزار

  1. 1

    Pick a direction from the dropdown: 'Text → Binary' to encode, or 'Binary → Text' to decode.

  2. 2

    Type or paste your input into the text box.

  3. 3

    Read the converted result in the gray output panel below as you type — it updates live.

  4. 4

    When decoding, separate each 8-bit group with a space so the tool knows where one character ends and the next begins.

مترجم دودویی چیست؟

رایانه‌ها همه متن را به‌صورت دودویی ذخیره می‌کنند: دنباله‌هایی از ۰ و ۱. هر کاراکتر ASCII به عددی بین ۰ تا ۱۲۷ نگاشت می‌شود که در ۷ بیت جا می‌گیرد (برای ترازبندی بایتی به ۸ بیت گسترش می‌یابد). برای نمونه، حرف 'A' در مبنای ده ۶۵ است، که در دودویی 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.

پرسش‌های متداول

آیا با اموجی کار می‌کند؟
اموجی‌ها UTF-8 چندبایتی هستند. این ابزار ASCII (لاتین پایه) را مدیریت می‌کند. برای دودویی کامل Unicode، به یک مبدل دنباله‌های بایت UTF-8 نیاز خواهید داشت.

ابزارهای مرتبط