进制转换器

    在十进制、二进制、八进制、十六进制之间转换

    公式

    Divide by base, collect remainders

    Convert decimal to any base by repeated division.

    示例

    255

    = 11111111₂ = 377₈ = FF₁₆

    常见问题

    关于 进制转换器

    Convert numbers between decimal, binary, octal, and hexadecimal.