← All Tools

Number System Converter

Convert between Binary, Decimal, Octal, and Hexadecimal with step-by-step explanation.

Advertisement · Connect AdSense
Decimal (Base 10)
Binary (Base 2 — only 0s and 1s)
Octal (Base 8 — digits 0–7)
Hexadecimal (Base 16 — 0–9, A–F)
0x

Step-by-Step: Decimal → Binary

Quick Reference Table

DecimalBinaryOctalHex

Bit Operations on Current Value

AND with 0xFF
OR with 0x01
XOR with 0xFF
Left Shift (×2)
Advertisement