Find a BinaryCon Tool
Search converters, calculators and binary utilities.
Binary Converters & Calculators
Convert binary numbers instantly to decimal, hexadecimal and octal, or convert decimal, hexadecimal and octal values back to binary. BinaryCon provides free, accurate browser-based number conversion tools for students, developers, programmers and digital-system work.
Common Binary Conversions – Binary to Decimal, Hex & Octal
Quickly compare common binary numbers with their decimal, hexadecimal and octal equivalents. These examples provide a simple reference for understanding base-2 values across common number systems. For any value, use our Binary Converter above to calculate the conversion instantly.
| Binary | Decimal | Hexadecimal | Octal |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 1 | 1 | 1 | 1 |
| 10 | 2 | 2 | 2 |
| 100 | 4 | 4 | 4 |
| 1000 | 8 | 8 | 10 |
| 1010 | 10 | A | 12 |
| 1111 | 15 | F | 17 |
| 10000 | 16 | 10 | 20 |
| 101101 | 45 | 2D | 55 |
| 11111111 | 255 | FF | 377 |
| 100000000 | 256 | 100 | 400 |
| 1111111111 | 1023 | 3FF | 1777 |
How Do Binary Numbers Work?
Binary is a base-2 number system that uses only 0 and 1. Each digit represents a power of two, allowing binary values to represent numbers and digital data.
Each position has a value.
Starting from the right, binary positions represent 1, 2, 4, 8, 16, 32 and increasingly larger powers of two. Add the place values where the binary digit is 1 to find the decimal value.
Binary Conversion Reference Chart
Compare decimal, binary, octal and hexadecimal values from 0 to 15 using this compact number-system reference chart.
| Decimal | Binary | Octal | Hex |
|---|---|---|---|
| 0 | 0000 | 0 | 0 |
| 1 | 0001 | 1 | 1 |
| 2 | 0010 | 2 | 2 |
| 3 | 0011 | 3 | 3 |
| 4 | 0100 | 4 | 4 |
| 5 | 0101 | 5 | 5 |
| 6 | 0110 | 6 | 6 |
| 7 | 0111 | 7 | 7 |
| Decimal | Binary | Octal | Hex |
|---|---|---|---|
| 8 | 1000 | 10 | 8 |
| 9 | 1001 | 11 | 9 |
| 10 | 1010 | 12 | A |
| 11 | 1011 | 13 | B |
| 12 | 1100 | 14 | C |
| 13 | 1101 | 15 | D |
| 14 | 1110 | 16 | E |
| 15 | 1111 | 17 | F |
Fast, Simple & Practical Binary Tools
BinaryCon is designed to make binary conversion, calculation and learning easier with fast browser-based tools, clear results and a mobile-friendly interface.
Binary Converter & Calculator FAQs
Learn the basics of binary conversion, binary calculation and number systems with quick answers to common questions.
Free Online Binary Conversion & Calculation
BinaryCon provides online tools for converting and calculating binary values across common number systems and digital formats. You can work with binary, decimal, hexadecimal, octal, ASCII and other binary-related representations.
Binary numbers use only the digits 0 and 1. Each position represents a power of two, which allows binary values to store numbers, characters, logical states and digital information used by computers and electronic systems.
BinaryCon also supports binary arithmetic and bitwise operations, making it useful for students, programmers, developers, engineers and anyone learning how digital number systems work.
What is a binary number?
0 and 1. Each position represents a power of two.
How do I convert binary to decimal?
101101 equals decimal 45.