Convert numbers between binary, octal, decimal, hexadecimal, and any base from 2 to 36 with instant visual feedback.
6 Common Bases Bit Visualization Custom Base (2–36) Real-time Conversion 100% Private
Valid number
= 255 (decimal)
Bit Visualization8-bit
1
1
1
1
1
1
1
1
bit 7–0
Quick Samples
BinaryBase 2
0b11111111
OctalBase 8
0o377
DecimalBase 10
255
HexadecimalBase 16
0xFF
Base 32Base 32
7V
Base 36Base 36
73
Custom Base Conversion
(2–36)
513
Number Base Converter Features
Powerful number system conversion with visual bit-level analysis.
6 Common Bases
Convert between binary, octal, decimal, hexadecimal, base-32, and base-36 simultaneously.
Bit Visualization
See individual bits highlighted in a visual grid for numbers up to 32-bit.
Custom Base (2–36)
Convert to any number base from 2 to 36 using a custom converter.
Real-time Conversion
All conversions update instantly as you type — no button clicks needed.
100% Private
All calculations happen locally in your browser. No data is ever sent to a server.
Frequently Asked Questions
Find answers to the most common questions.
The tool supports binary (base 2), octal (base 8), decimal (base 10), hexadecimal (base 16), base-32, base-36, and any custom base from 2 to 36.
A number base (or radix) defines how many unique digits are used. Decimal uses 10 digits (0–9), binary uses 2 (0–1), hexadecimal uses 16 (0–9 and A–F). Different bases are used in computing, networking, and mathematics.
Hexadecimal is compact — each hex digit represents exactly 4 binary bits. This makes it ideal for representing memory addresses, color codes (e.g. #FF5733), MAC addresses, and binary data in a human-readable format.
The bit visualization displays each individual bit (0 or 1) of the number's binary representation. Active bits (1) are highlighted, making it easy to understand the binary structure of any number.
Yes. All number conversions happen entirely in your browser. No data is transmitted to any server.