Zero Ping

Utility Network

Advertisement

Number Converter

Base conversions, ASCII, fractions, and Roman numerals.

Interactive Converter

Base Conversion

13

Calculation Steps

1101 = 1×2^3 + 1×2^2 + 0×2^1 + 1×2^0 = 13

Reference Table: Bin / Dec / Hex

BinaryDecimalHex
000
111
1022
1133
10044
10155
11066
11177
100088
100199
101010A
111115F
100001610
1000003220
10000006440
1000000012880
11111111255FF
Advertisement

How Our Online Number Converter Works

Converting numbers between different bases and formats shouldn't require complex spreadsheet formulas or desktop calculators. Our free online number converter makes it incredibly simple to instantly translate values between Binary (Base-2), Octal (Base-8), Decimal (Base-10), and Hexadecimal (Base-16) systems. We also support ASCII text, Roman Numerals, and Fraction conversions!

Why Convert Number Bases?

In computer science and digital electronics, different numbering systems are used for different purposes. While humans naturally count in Decimal (Base-10), computers operate entirely in Binary (Base-2), representing all data as 1s and 0s.

  • Hexadecimal (Base-16): Widely used by programmers because it provides a human-friendly shorthand for binary. It's heavily used in HTML color codes (like #FF0000), MAC addresses, and memory addresses.
  • Octal (Base-8): Historically used in older computing systems and still relevant for UNIX file permissions (e.g., chmod 777).
  • ASCII: Essential for converting binary computer data back into readable text characters.

Real-time Step-by-Step Calculations

Unlike basic calculators that just spit out a final answer, our advanced tool shows you the step-by-step mathematical working. If you are a computer science student learning how to manually convert Decimal to Binary using the "Divide by 2" method, our tool will generate the exact calculation steps so you can learn the underlying math and verify your homework assignments.

Advertisement
Advertisement