WebToolsPlanet
Text Tools

All Numbers Converter

Convert one integer into the common bases used in programming and data work.

Last updated: May 29, 2026

Client-Side Processing
Input Data Stays on Device
Instant Local Execution

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What is All Numbers Converter?

All Numbers Converter accepts an integer in binary, octal, decimal, hexadecimal, or Base36 and displays the equivalent value in every supported base.

How to Use All Numbers Converter

1

Enter a number.

2

Choose the input base.

3

Copy the converted value from any output card.

Common Use Cases

  • Checking binary and hexadecimal values while debugging code.
  • Converting decimal IDs to Base36 short codes.
  • Reading octal or hexadecimal constants.
  • Preparing values for documentation or examples.

Example Input and Output

Decimal 255 converts to common programming bases.

Input
255 decimal
Output
Binary 11111111, Octal 377, Hex FF, Base36 73

Frequently Asked Questions

Does it support fractions?
No. This converter intentionally handles integers only so the output stays exact across all bases.
Can I paste 0x or 0b prefixes?
Yes. Binary, octal, and hexadecimal prefixes are accepted for those input bases.
How large can the number be?
The converter uses BigInt, so it can handle integers much larger than JavaScript Number limits.