Binary, decimal, and hexadecimal are the same quantities written with different place-value radices: base 2, base 10, and base 16. Octal (base 8) sits alongside them in older Unix permissions and some textbooks. You convert so humans can read magnitudes while machines keep bit patterns clear.
This guide covers bases 2, 8, 10, and 16, why hex maps cleanly onto 4-bit groups (nibbles), and where these forms show up in computer science. Practice with the free binary decimal hex converter — synchronized bases, bit visualization, and step-style breakdowns in the browser.
For any radix from 2–36, use the number base converter and its number base guide. For arithmetic on bit strings, switch to the binary calculator.