..
.
Sorts using the bubbleSort method. Simply enter a list of numbers into the text box and click sort
Enter numbers here:
The sorted numbers are:
Converts input between binary, ternary, quintal, octal, decimal, and hexadecimal bases. Try entering a string of zeroes and ones in the binary field - when you click off, the script displays that number of the other bases.

Base Conversion Function

Binary:

Ternary:
Quintal:
Octal:
Decimal:
Hexadecimal:
This simple Javascript will convert a base 2 binary number into a base 10 decimal number, and vice versa. Works in all browsers
Input
Output
        Home >>  calculators >>  Student calculators >>  Bubble sort