Hex to decimal converter
Enter a hexadecimal number (base 16) to instantly see its decimal, binary, and octal equivalents. Accepts hex values with or without the 0x prefix.
BIN—
OCT—
DEC—
HEX—
INPUT BASE
All bases shown simultaneously.
Runs entirely in your browser
How it works
Conversion uses JavaScript's built-in parseInt(value, fromBase).toString(toBase). All four bases are computed simultaneously from the same input value, so you can see binary, octal, decimal, and hex at a glance.
Processing runs in your browser
All conversion runs in your browser tab. Our servers are not involved at any point.
Related operations
For converting between data sizes like KB and MB, try the byte converter. To compute MD5 or SHA hashes from values, use the hash generator. For working with file permission bits, see the chmod calculator.
Frequently asked questions
- What is hexadecimal?
- Hexadecimal (base 16) uses digits 0–9 and letters A–F. It is widely used in computing for memory addresses, colour codes (#RRGGBB), and byte representations.
- Does it accept the 0x prefix?
- Yes. You can enter values with or without the 0x prefix, both 'FF' and '0xFF' are treated as the same number.
- Is the conversion case-sensitive?
- Case does not matter. 'ff', 'FF', and 'Ff' are all equivalent hexadecimal values.
Related tools
Byte converter
Convert between bytes, KB, MB, GB and TB in both decimal (SI) and binary (IEC) units.
Hash generator
Generate SHA-256, SHA-512, SHA-1, and MD5 hashes. Verify file checksums locally.
Unit converter
Convert length, weight, temperature, speed and volume between metric and imperial. Instant results.
Chmod calculator
Click permission bits to get the numeric (755) and symbolic (rwxr-xr-x) notation instantly.
CIDR / subnet calculator
Calculate network address, broadcast, host range and usable hosts from any CIDR block.