Number System Converter

Convert between Binary, Decimal, Octal, Hexadecimal, and special codes instantly

0
Conversions
4
Number Systems
3
Special Codes

๐Ÿ”„ Number System Converter

Convert numbers between different number systems with ease

FROM Decimal
TO Binary
Tip: Use comma-separated values for batch conversion

Result

Ready to convert...

Export Options

๐Ÿ” Special Code Converter

Convert between Binary, Gray Code, BCD, and Excess-3

Only binary digits (0 and 1) are allowed

๐Ÿ“œ Conversion History

๐Ÿ“ญ
No conversions yet
Start converting numbers above to see your history here!

๐Ÿ“š Number Systems Guide

Learn about different number systems and their applications

2

Binary (Base 2)

Uses only 0 and 1. Foundation of all digital systems and computer operations.

Example: 1010โ‚‚ = 10โ‚โ‚€
8

Octal (Base 8)

Uses digits 0-7. Commonly used in computing for file permissions and compact representation.

Example: 12โ‚ˆ = 10โ‚โ‚€
10

Decimal (Base 10)

Uses digits 0-9. The standard number system used in everyday life and mathematics.

Example: 10โ‚โ‚€
16

Hexadecimal (Base 16)

Uses 0-9 and A-F. Widely used in programming, colors, and memory addresses.

Example: Aโ‚โ‚† = 10โ‚โ‚€
G

Gray Code

Binary numeral system where successive values differ in only one bit. Used in error correction.

Example: 1010โ‚‚ โ†’ 1111แดณ
BCD

BCD (Binary Coded Decimal)

Each decimal digit encoded separately as 4-bit binary. Used in digital displays and calculators.

Example: 9โ‚โ‚€ โ†’ 1001แดฎแถœแดฐ
โœ“