Binary Decoder

Paste a binary string (0s and 1s) and instantly convert it to text, decimal, hex, or octal.

Binary Input

Decoded Output

Enter binary above and click Decode

Quick Examples

Copied!

Summary

Paste a binary string (0s and 1s) and instantly convert it to text, decimal, hex, or octal.

How it works

  1. Paste or type a binary string (e.g. 01001000 01101001) into the input field.
  2. Choose your desired output format: Text, Decimal, Hexadecimal, or Octal.
  3. The decoded result appears instantly in the output panel.
  4. Use the Copy button to copy the result to your clipboard.
  5. Toggle between 8-bit (ASCII) and auto-detect modes for different encodings.

Use cases

  • Decode binary-encoded messages or data payloads.
  • Convert binary output from microcontrollers or embedded systems.
  • Understand binary representations used in computer science courses.
  • Debug binary data streams in network protocols.
  • Verify binary encoding tools by round-tripping data.
  • Translate binary puzzles or encoding challenges.

Frequently Asked Questions

Last updated: 2026-07-01 · Reviewed by Nham Vu