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
0
Bits
0
Bytes
0
Characters
Quick Examples
Copied!
Summary
Paste a binary string (0s and 1s) and instantly convert it to text, decimal, hex, or octal.
How it works
- Paste or type a binary string (e.g. 01001000 01101001) into the input field.
- Choose your desired output format: Text, Decimal, Hexadecimal, or Octal.
- The decoded result appears instantly in the output panel.
- Use the Copy button to copy the result to your clipboard.
- 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
Related tools
Last updated: 2026-05-23 ·
Reviewed by Nham Vu