developer

Number Base Converter — Binary, Hex, Octal, Decimal

Convert numbers between binary, octal, decimal, and hexadecimal.

🔒 All conversions happen in your browser.

How to Use Number Base Converter

1

Select the input base (binary, octal, decimal, hex)

2

Enter a number

3

See the value in all four bases instantly

🔒 100% Private

Your files never leave your browser

Instant Processing

No upload wait time. Results in seconds

Zero Limits

No daily limits, no file count limits

🆓 Always Free

No account, no subscription, no fees

About Number Systems

Different number bases are used for different purposes in computing. Decimal (base 10) is human-friendly, binary (base 2) is what hardware uses, hexadecimal (base 16) is compact for memory addresses and colors, and octal (base 8) appears in Unix file permissions.

Quick Reference

  • 255 decimal = FF hex = 11111111 binary
  • Color codes: #FF4500 = rgb(255, 69, 0)
  • Permissions: chmod 755 = rwxr-xr-x

Frequently Asked Questions

What number bases are supported?

Binary (base 2), Octal (base 8), Decimal (base 10), and Hexadecimal (base 16) — the four most common bases in programming.

What is the maximum number?

JavaScript safely handles integers up to 2^53 − 1 (9,007,199,254,740,991). Larger values may lose precision.

ESC
Type to search 100+ tools