Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal bases.
Other Bases
Binary Operations
Character Representation
Number Base Reference
Binary (Base 2)
Digits: 0, 1 | Prefix: 0b | Example: 0b1010 = 10
Octal (Base 8)
Digits: 0-7 | Prefix: 0o | Example: 0o12 = 10
Decimal (Base 10)
Digits: 0-9 | No prefix | Example: 10
Hexadecimal (Base 16)
Digits: 0-9, A-F | Prefix: 0x | Example: 0xA = 10
Examples
Convert decimal to binary for programming
Transform hexadecimal colors
Convert between different numeral systems
Related Tools
Base64 Encode / Decode
Encode or decode text and files to/from Base64.
URL Encode / Decode
Encode or decode URLs and query parameters safely.
CSV to JSON Converter
Convert CSV spreadsheet data to JSON format.
YAML to JSON Converter
Convert YAML configuration files to JSON format instantly.
JSON Formatter & Validator
Format, validate and beautify JSON data structure.
XML Formatter
Format, validate and beautify XML documents with proper indentation.
Features
- Free to use
- No registration
- Privacy protected
- Works offline