Base conversion
Binary | Base 4 | Octal | 10 hex | Hexadecimal | Base 32 |
---|---|---|---|---|---|
- Only supports conversion between integers,
- The basic data type Number in JavaScript is a double-precision floating point number, and the range of the number that can be converted is -2^53~2^53, that is, the decimal number -9007199254740991~9007199254740991.
- The basic data type Number in JavaScript is a double-precision floating point number, and the range of the number that can be converted is -2^53~2^53, that is, the decimal number -9007199254740991~9007199254740991.