Base converter

Convert -base to -base
content:

The base converter can convert the specified text into any base between 2 and 32 digits. It can easily realize binary, ternary, hexadecimal, octal, decimal, decimal, binary, hexadecimal, octal, three The character content between decimals is converted to each other.

What is the base?

The base is the defined counting method with carry, that is, the carry counting system.

For example, when the binary system encounters 2 into 1 in the operation, it is composed of two digits of 0 and 1. Because of the simplified calculation structure, the operation is relatively simple. The octal system is entered every 8 and the decimal system is composed of the digits 0-9. It is 10, and enters 1 every 10, and the sixteenth grade is composed of numbers 0-9 and letters AF.

Example 1. Convert decimal 1000 to binary

Select the input content as decimal

Set the output hexadecimal system to binary system, and click Convert to get the decimal system 1000 converted to binary system: 1111101000

Example 2: Convert ordinary text abc to octal

Set the input to binary and the output to octal to get: 30261143