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 coffeeWhat 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 decimalOutput
Binary 11111111, Octal 377, Hex FF, Base36 73Frequently 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.
Related Tools
Number Base Converter
Convert numbers between binary, decimal, hexadecimal, octal, and any custom base — with bit grouping, signed integers, and step-by-step explanation.
Binary to Decimal Converter
Convert binary numbers (base 2) to decimal (base 10). Also shows hexadecimal and octal equivalents. Supports large binary numbers.
Base32 Encode
Encode UTF-8 text to RFC 4648 Base32 with optional padding.
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to plain text — with URL-safe mode, auto-detect, and size stats.
Text to Binary Converter
Convert text to its binary code (0s and 1s). Each character is converted to its 8-bit binary representation. Supports all ASCII characters.
Alphabetic Order
Sort lines, words, or comma-separated items alphabetically with case, duplicate, and direction options.

