Notations BIN/OCT/DEC/HEX


Source:


From notation:
Binary (bin)
Octal (oct)
Decimal (dec)
Hexadecimal (hex)

To notation:
Binary (bin)
Octal (oct)
Decimal (dec)
Hexadecimal (hex)

Result:





Description:
Bin/OCT/DEC/HEX - the parseInt(number, from) function can easily handle the conversion of numbers from one number system to another in JavaScript.toString (to). The most used number systems are binary, octal, decimal and hexadecimal.

Resources: