Code Flick TechnologiesToolscodeftech.com

Number Base Converter

Convert between binary, octal, decimal, and hexadecimal. Supports very large integers via BigInt.

100% in your browser. Files never uploaded.
Input base
Binary (base 2)
11111111
Octal (base 8)
377
Decimal (base 10)
255
Hexadecimal (base 16)
ff

How to use

  1. 1
    Pick the input base
    Binary (2), octal (8), decimal (10), or hex (16).
  2. 2
    Type a value
    All four representations render simultaneously.
  3. 3
    Copy any
    One click per row.

FAQ

How big can the numbers be?
BigInt-backed — practically unlimited (limited only by browser memory).
Are negative numbers supported?
Not yet. V1 handles non-negative integers.

Related tools