Math Tools5 min read2026-05-30

Number Base Converter Free: Binary Hex Decimal Online

By FreeToolbox Team

Number Base Converter Free: Binary Hex Decimal Online

Need to convert between number bases? Our free converter handles binary, octal, decimal, and hexadecimal.

Number Bases

BaseNameDigitsUse Case
2Binary0, 1Computing
8Octal0-7Unix permissions
10Decimal0-9Human counting
16Hex0-9, A-FColors, memory

Common Conversions

DecimalBinaryOctalHex
0000000
10101012A
16100002010
25511111111377FF
256100000000400100

Why Convert Bases?

  • Programming: Color codes (#FF0000), memory addresses
  • Networking: IPv4 addresses, subnet masks
  • Unix: File permissions (chmod 755)
  • Web: CSS colors, HTML entities

FreeToolbox Base Converter

Features: - 100% free, no registration - Binary, octal, decimal, hexadecimal - Real-time conversion - Copy all formats

Try: [Base Converter](/tools/base-converter)

How to Use

  1. Enter a number in any base
  2. Select input base
  3. See instant conversion to all bases
  4. Copy any result

Common Use Cases

  • CSS colors: #FF5733 to RGB(255, 87, 51)
  • File permissions: chmod 755 to rwxr-xr-x
  • Memory addresses: 0x7FFF to 32767
  • Subnet masks: 255.255.255.0 to binary

Frequently Asked Questions

**Q: Can I convert negative numbers?** A: Currently supports positive integers.

**Q: What is the max number?** A: Supports up to 64-bit integers.

[Base Converter](/tools/base-converter)