Base Converter FREE | Binary, Decimal, Hex and Octal
Convert numbers between binary (base 2), octal (base 8), decimal (base 10), hexadecimal (base 16), or any base from 2 to 36 instantly. All four standard bases are shown simultaneously. Click any result to copy it. Runs entirely in your browser.
Number Base Converter
Result
—
Enter a number above to convert
All Standard Bases — click to copy
Hexadecimal Alphabet
Frequently Asked Questions
About One Doc Studio
One Doc provides Forever Free browser-based utilities. Nothing is uploaded or stored.
Free Number Base Converter — Binary, Decimal, Hexadecimal, Octal and Custom Bases
Number base conversion is fundamental to computer science, electronics, and programming. Every piece of digital data exists as binary at the hardware level, and developers regularly work with hexadecimal for memory addresses, colour codes, and cryptographic hashes. The Base Converter on OneDocPDF converts numbers between any two bases from 2 to 36 instantly using JavaScript's parseInt and toString functions with radix support. All four common bases (binary, octal, decimal, hex) are always shown simultaneously for every input value, making it ideal for students and developers who need to cross-reference representations quickly.
Binary, octal, hexadecimal, and decimal are used throughout software development, cybersecurity, embedded systems programming, and digital circuit design. Web designers use hexadecimal for CSS colour codes. Network engineers use binary and hex for subnet masks and IP address calculations. Assembly programmers use hexadecimal for memory address notation. Mathematicians use various bases to demonstrate divisibility properties. This tool provides immediate conversion across all standard bases for any integer value.
For related tools, see our Color Code Converter which converts hex colour codes to RGB and HSL, our Scientific Calculator for advanced arithmetic, and our Hash Generator which produces hexadecimal hash outputs. All tools are completely free and run entirely in your browser.