No conversions yet. Start converting to see your history here.
1010₂ = 1×2³ + 0×2² + 1×2¹ + 0×2⁰ = 8 + 0 + 2 + 0 = 10₁₀
255₁₀ = FF₁₆ (15×16¹ + 15×16⁰ = 240 + 15 = 255)
A₁₆ = 1010₂ (each hex digit = 4 binary digits)
Z₁₆ = 35₁₀ (Z is the 35th character in base 36)