Skip to main content

Letter Types

Generator

Number Base Converter

Convert numbers between binary, octal, decimal, hexadecimal, and any base from 2 to 36. Perfect for programmers and students.

Uses digits 0-9. The standard number system used by humans.

Result will appear here...

Uses digits 0-1. Common in computing and digital electronics.

Common Values Reference

DecimalBinaryOctalHex
0000
1111
81000108
10101012A
15111117F
16100002010
321000004020
64100000010040
1281000000020080
25511111111377FF

Quick Examples

Number Systems

Binary (Base 2)
Foundation of digital computing
Octal (Base 8)
Compact representation of binary
Decimal (Base 10)
Standard human counting system
Hexadecimal (Base 16)
Used for colors and memory addresses

Conversion Tips

  • Binary groups of 3 = Octal digit
  • Binary groups of 4 = Hex digit
  • Powers of 2 are round in binary
  • 0x prefix = hex, 0b = binary
  • A=10, B=11, C=12... in hex