Toolzy

Number Base Converter

Convert numbers between binary, octal, decimal and hexadecimal.

Binary (2)11111111
Octal (8)377
Decimal (10)255
Hex (16)ff

Convert an integer between binary, octal, decimal and hexadecimal. All conversions show at once.

How to use

  1. Enter a number.
  2. Select the base you entered it in.
  3. Read the value in every base.

Frequently asked questions

Does it handle large numbers?
It supports standard JavaScript integer precision (up to 2^53).
Can I convert hex letters?
Yes, hex input accepts digits 0-9 and a-f.

Related tools