A simple and efficient online base converter that supports conversion between Binary (Base 2), Octal (Base 8), Decimal (Base 10), Hexadecimal (Base 16), and any custom base from 2 to 36.
åŠ è½½ä¸...
How to Use
- Select Source Base: Choose the base of the number you want to convert from the dropdown menu.
- Enter Value: Type the number into the “Input Value” field.
- View Results: The tool will automatically display the converted values in Binary, Octal, Decimal, Hexadecimal, and a custom base.
- Custom Base: You can change the target custom base by adjusting the number in the “Custom Base” header.
- Copy Results: Click the “Copy” button next to any result to copy it to your clipboard.
Common Bases
- Binary (Base 2): Used in computer systems, consisting of only 0 and 1.
- Octal (Base 8): Uses digits 0-7, often used in older computing systems.
- Decimal (Base 10): The standard system used by humans, consisting of digits 0-9.
- Hexadecimal (Base 16): Uses digits 0-9 and letters A-F, widely used in programming and web design for color codes and memory addresses.
Base Conversion Table
| Decimal | Binary | Octal | Hex |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 5 | 101 | 5 | 5 |
| 10 | 1010 | 12 | A |
| 15 | 1111 | 17 | F |
| 16 | 10000 | 20 | 10 |