Number Bases Converter
Convert between binary, octal, decimal, and hexadecimal
All Number Bases Conversions
Binary → Octal
0b → 0o
Binary → Decimal
0b → 0d
Binary → Hexadecimal
0b → 0x
Binary → Base64
0b → b64
Octal → Binary
0o → 0b
Octal → Decimal
0o → 0d
Octal → Hexadecimal
0o → 0x
Octal → Base64
0o → b64
Decimal → Binary
0d → 0b
Decimal → Octal
0d → 0o
Decimal → Hexadecimal
0d → 0x
Decimal → Base64
0d → b64
Hexadecimal → Binary
0x → 0b
Hexadecimal → Octal
0x → 0o
Hexadecimal → Decimal
0x → 0d
Hexadecimal → Base64
0x → b64
Base64 → Binary
b64 → 0b
Base64 → Octal
b64 → 0o
Base64 → Decimal
b64 → 0d
Base64 → Hexadecimal
b64 → 0x