Skip to content

Number System Converter

Converter Tools ·
·

Convert between binary, octal, decimal, hexadecimal, and any base from 2 to 36

0xFF Is 255. But What’s It in Binary? And Octal?

If you’re debugging a memory dump, setting Unix file permissions, working with bit flags, or just trying to figure out what a hex color code looks like in decimal — you’re doing number base conversions. It’s one of those things that comes up constantly in programming and computer science, and doing it by hand gets old fast.

The Number System Converter takes a number in any base from 2 to 36 and shows you its representation in binary, octal, decimal, hexadecimal, base 32, base 36, and any custom base you want. Enter decimal 255, and you’ll see binary 11111111, octal 377, and hex FF all at once. Enter hex 1A3F, and you’ll get decimal 6719, binary 1101000111111, and octal 15077.

One tool, all bases, one-click copy for every result. Everything runs in your browser.

What’s Covered

  • Binary (base 2), octal (base 8), decimal (base 10), hexadecimal (base 16) — the standards
  • Base 32 and base 36 for encoding schemes and compact representations
  • Custom base support for anything from 2 to 36
  • Negative number support with minus prefix
  • Instant results and one-click copy for each output

How to Use It

  1. Select the input base
  2. Enter your number
  3. See every standard base (binary, octal, decimal, hex) update at once as you type, no button to press
  4. Set a custom output base if you need something specific

Where Each Base Shows Up

Binary is everywhere in digital circuits, bitwise operations, and low-level programming. Octal shows up in Unix file permissions — chmod 755 is octal for specific permission bits. Decimal is what humans naturally read. Hexadecimal is the workhorse of programming: memory addresses, color codes (#FF5733), byte values, MAC addresses. Base 32 appears in encoding schemes like Crockford’s base32 and some distributed system identifiers. Base 36 packs the maximum amount of information into alphanumeric characters (0-9 plus A-Z).

Practical Scenarios

  • Debugging — you’re staring at a hex memory address and need to understand the binary bit pattern it represents
  • Setting Unix permissions and needing to know what octal 644 means in binary
  • Networking — converting MAC addresses between hex and decimal for protocol analysis
  • CS students practicing base conversion problems for exams (it’s faster to verify your manual work with a tool than to second-guess yourself)
  • Web development where you’re converting between hex color codes and RGB decimal values

For color-specific conversions that include HSL and CMYK, the Color Format Converter Pro is more appropriate. The Unit Converter Pro handles measurement unit conversions across 12 categories.

Quick Answers

What digits does it use for bases above 10?

Letters A through Z represent values 10 through 35. Hexadecimal uses 0-9 and A-F. Base 36 uses the full set: 0-9 and A-Z.

Does it handle negative numbers?

Yes. Prefix with a minus sign and the tool converts the absolute value while preserving the negative sign across all outputs.

Is any data sent to a server?

No. All math happens in your browser. Nothing leaves your device.

Free to use?

Yes, completely. No accounts, no limits.

converter binary hexadecimal octal decimal number base

Related Tools

More in Converter Tools

Meters to Feet

Convert meters to feet in your browser. One meter equals 3.28084 feet. Live converter with a unit dropdown and a reference table for heights and distances.

Meters to Yards

Convert meters to yards in your browser. One meter is about 1.09361 yards. Live converter with a unit dropdown plus a reference table for track and fabric.

Miles to KM

Convert miles to kilometers in your browser. One mile equals exactly 1.609344 km. Live converter with a unit dropdown and a quick reference table.

ML to Cups

Convert milliliters to cups for recipes. 1 US cup equals 236.588 ml. Handles the US cup vs metric 250 ml cup difference, live in your browser.

MM to Inches

Convert millimeters to inches right in the browser. 1 inch is 25.4 mm, so 1 mm equals 0.0393701 inches. Live converter with a unit dropdown and reference table.

mph to km/h

Convert miles per hour to kilometers per hour instantly. 1 mph equals 1.609344 km/h. Live converter with US speed limits mapped to metric.

OFX to CSV

Convert an OFX bank or credit-card statement to CSV with Date, Amount, Type, Name, Memo, and FITID columns. Parses unclosed SGML tags in your browser.

MT940 to CSV

Parse an MT940 SWIFT bank statement into a clean CSV with date, value date, amount, debit/credit, type, reference, and description columns.

Ounces to Grams Converter

Convert ounces to grams instantly. 1 oz = 28.3495 g. Made for following recipes and pricing postage when your scale only reads metric.

PSI to Bar

Convert psi to bar instantly. 1 psi equals 0.0689476 bar. Live pressure converter that turns US tire pressures like 32 to 35 psi into bar. Browser-side.

QIF to CSV

Convert a Quicken QIF file into clean CSV with Date, Amount, Payee, Category, Memo, and Cleared columns. Parses every record right in your browser.

Square Feet to Square Meters

Convert square feet to square meters in your browser. One sq ft is 0.092903 sq m. Live converter with a unit dropdown and a reference table for floor areas.

View all 62Converter Tools