Binary Converter
Convert between Binary, Decimal, Hexadecimal, and Octal number systems. Perfect for computer science students and programmers.
Quick Reference
Common Values
DecBinHexOct
0000
1111
81000810
151111F17
16100001020
25511111111FF377
Number Systems
Binary: Base 2, used in computer systems
Decimal: Base 10, standard counting system
Hexadecimal: Base 16, common in programming
Octal: Base 8, used in some computer systems