A base conversion table is automatically created from the input base and value.
| Initial value: | ||
| Display number: | ||
| Additional base: | ||
| Binary (2) | Octal (8) | Decimal (10) | Hexadecimal (16) |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 1 | 1 | 1 | 1 |
| 10 | 2 | 2 | 2 |
| 11 | 3 | 3 | 3 |
| 100 | 4 | 4 | 4 |
| 101 | 5 | 5 | 5 |
| 110 | 6 | 6 | 6 |
| 111 | 7 | 7 | 7 |
| 1000 | 10 | 8 | 8 |
| 1001 | 11 | 9 | 9 |
| 1010 | 12 | 10 | A |
| 1011 | 13 | 11 | B |
| 1100 | 14 | 12 | C |
| 1101 | 15 | 13 | D |
| 1110 | 16 | 14 | E |
| 1111 | 17 | 15 | F |
| 10000 | 20 | 16 | 10 |
| 10001 | 21 | 17 | 11 |
| 10010 | 22 | 18 | 12 |
| 10011 | 23 | 19 | 13 |
| 10100 | 24 | 20 | 14 |
| 10101 | 25 | 21 | 15 |
| 10110 | 26 | 22 | 16 |
| 10111 | 27 | 23 | 17 |
| 11000 | 30 | 24 | 18 |
| 11001 | 31 | 25 | 19 |
| 11010 | 32 | 26 | 1A |
| 11011 | 33 | 27 | 1B |
| 11100 | 34 | 28 | 1C |
| 11101 | 35 | 29 | 1D |
| 11110 | 36 | 30 | 1E |
| 11111 | 37 | 31 | 1F |
| 100000 | 40 | 32 | 20 |
| 100001 | 41 | 33 | 21 |
| 100010 | 42 | 34 | 22 |
| 100011 | 43 | 35 | 23 |
| 100100 | 44 | 36 | 24 |
| 100101 | 45 | 37 | 25 |
| 100110 | 46 | 38 | 26 |
| 100111 | 47 | 39 | 27 |
| 101000 | 50 | 40 | 28 |
| 101001 | 51 | 41 | 29 |
| 101010 | 52 | 42 | 2A |
| 101011 | 53 | 43 | 2B |
| 101100 | 54 | 44 | 2C |
| 101101 | 55 | 45 | 2D |
| 101110 | 56 | 46 | 2E |
| 101111 | 57 | 47 | 2F |
| 110000 | 60 | 48 | 30 |
| 110001 | 61 | 49 | 31 |
| 110010 | 62 | 50 | 32 |
| 110011 | 63 | 51 | 33 |
| 110100 | 64 | 52 | 34 |
| 110101 | 65 | 53 | 35 |
| 110110 | 66 | 54 | 36 |
| 110111 | 67 | 55 | 37 |
| 111000 | 70 | 56 | 38 |
| 111001 | 71 | 57 | 39 |
| 111010 | 72 | 58 | 3A |
| 111011 | 73 | 59 | 3B |
| 111100 | 74 | 60 | 3C |
| 111101 | 75 | 61 | 3D |
| 111110 | 76 | 62 | 3E |
| 111111 | 77 | 63 | 3F |
| 1000000 | 100 | 64 | 40 |
| 1000001 | 101 | 65 | 41 |
| 1000010 | 102 | 66 | 42 |
| 1000011 | 103 | 67 | 43 |
| 1000100 | 104 | 68 | 44 |
| 1000101 | 105 | 69 | 45 |
| 1000110 | 106 | 70 | 46 |
| 1000111 | 107 | 71 | 47 |
| 1001000 | 110 | 72 | 48 |
| 1001001 | 111 | 73 | 49 |
| 1001010 | 112 | 74 | 4A |
| 1001011 | 113 | 75 | 4B |
| 1001100 | 114 | 76 | 4C |
| 1001101 | 115 | 77 | 4D |
| 1001110 | 116 | 78 | 4E |
| 1001111 | 117 | 79 | 4F |
| 1010000 | 120 | 80 | 50 |
| 1010001 | 121 | 81 | 51 |
| 1010010 | 122 | 82 | 52 |
| 1010011 | 123 | 83 | 53 |
| 1010100 | 124 | 84 | 54 |
| 1010101 | 125 | 85 | 55 |
| 1010110 | 126 | 86 | 56 |
| 1010111 | 127 | 87 | 57 |
| 1011000 | 130 | 88 | 58 |
| 1011001 | 131 | 89 | 59 |
| 1011010 | 132 | 90 | 5A |
| 1011011 | 133 | 91 | 5B |
| 1011100 | 134 | 92 | 5C |
| 1011101 | 135 | 93 | 5D |
| 1011110 | 136 | 94 | 5E |
| 1011111 | 137 | 95 | 5F |
| 1100000 | 140 | 96 | 60 |
| 1100001 | 141 | 97 | 61 |
| 1100010 | 142 | 98 | 62 |
| 1100011 | 143 | 99 | 63 |
Creates a list of decimal conversions for consecutive numbers based on the specified decimal number and value.
You can enter decimals, specify the number of digits, and easily check the results of separating decimals.
Enter the base number Initial value, the base number value Display number, and a list of base number conversions that increase by 1 from the base number value of Initial value will be displayed.
The list can also be viewed by checking the values for binary, octal, decimal, and hexadecimal, as well as the added base values.
You can select the base by clicking the button or by selecting it from the list.
Decimals and negative numbers can also be converted, and negative numbers will be displayed with a "-" next to them.
You can select the number of decimal places after conversion, from 0 to 50.
If the number of digits exceeds the specified number, the calculation result is displayed by rounding off the number of digits that is one digit higher.
When converting to binary, you can specify the number of digits for 8-bit, 16-bit, 24-bit, and 32-bit.
If the number of digits is less than the specified number, it will be padded with zeros, and if it is more than the specified number, it will be displayed as it is.
When converting to binary, it will be displayed separated into groups of four digits for easier viewing.
The integer part is separated into four digits from the right, and the decimal part is separated into four digits from the left.
If you specify an additional base number (2 to 36), the value converted to the specified base number will also be displayed in a list.
Once you perform the conversion, a link to the conversion result will be displayed in the "Link for conversion results" column.
By accessing the URL of this link, the same content as the input Convert from value and the conversion result will be displayed.
You can share the converted content with others by sending this link URL via social media or email.