This binary converter changes binary to text, decimal, and hexadecimal, and converts them back to binary. Enter your value above for an instant result.
How to use it
- Enter binary digits (or the text/number to convert).
- Choose the output format.
- Copy the result.
What is binary?
Binary is the base-2 system computers use, with only 0 and 1. Groups of eight bits (a byte) represent characters, numbers, and instructions.
Frequently Asked Questions
How do I convert binary to text?
Paste your binary into the converter and choose text output; every 8 bits becomes one character.
What is 8-bit binary?
An 8-bit binary number, or byte, holds values from 0 to 255 and represents one text character in ASCII.
How do I convert binary to decimal?
Enter the binary value above and select decimal; the tool sums the place values of each 1 bit.