Base Converter

Online tool to convert numbers between different bases like Binary, Octal, Decimal, and Hexadecimal.

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

  1. Select Source Base: Choose the base of the number you want to convert from the dropdown menu.
  2. Enter Value: Type the number into the “Input Value” field.
  3. View Results: The tool will automatically display the converted values in Binary, Octal, Decimal, Hexadecimal, and a custom base.
  4. Custom Base: You can change the target custom base by adjusting the number in the “Custom Base” header.
  5. 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

DecimalBinaryOctalHex
0000
510155
10101012A
15111117F
16100002010
Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy