Instant two-way conversion between binary, octal, decimal and hex.
Each binary digit represents a power of 2. Example: 1011₂ = 1×2³ + 0×2² + 1×2¹ + 1×2⁰ = 11. Hexadecimal uses powers of 16 with digits 0–9 and A–F.