Number Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal.

Input data is processed in your browser
Data is never sent to a server

Tool

What is a Number Base Converter?

A Number Base Converter is a tool that converts between binary, octal, decimal, and hexadecimal numbers. It is useful for programming, network configuration, and color code calculations.

How to Use

  1. Enter a value in any input field.
  2. The other number bases will be converted automatically.
  3. You can copy each format to the clipboard using the "Copy" button.

FAQ

Which number bases are supported?

Binary, octal, decimal, and hexadecimal are supported.

Can negative numbers be converted?

Currently, only integers greater than or equal to 0 are supported. Negative numbers are not supported.

What is the maximum value that can be converted?

Values up to JavaScript's safe integer limit (2^53 - 1) are supported.