This tool converts a number between decimal, binary, hexadecimal and octal at the same time, so you see one value written in every base without doing the working by hand. Type a number into any of the four boxes, decimal, binary, hex or octal, and the other three update instantly to show the matching value, because all four are different ways of writing the same underlying number. If you enter something invalid for that base, such as a 2 in the binary box, the tool flags it with an error message rather than showing a wrong result, and it warns you if a number is too large to convert accurately. This is handy for programming and computer science study, where binary and hexadecimal show up constantly in memory addresses, colour codes and low-level data, and where octal is still used for file permissions on Unix systems. The page also explains how place value works in each base, since every number system is built the same way, with digits representing powers of the base rather than powers of ten, and it walks through a worked example showing how the decimal number 42 becomes 101010 in binary, 2A in hexadecimal and 52 in octal. Use it to check manual conversions, translate a hex colour or memory address into decimal, or build a feel for how the four systems relate.
Every number system uses a base, which is how many digits it has before it rolls over to the next place. Decimal has ten digits, 0 to 9. Binary has two, 0 and 1. Each place is the base raised to a power, so in binary the places are 1, 2, 4, 8, 16 and so on, and you add up the places where there is a 1.
The decimal number 42 is 101010 in binary, because 32 plus 8 plus 2 is 42. In hexadecimal it is 2A, since 2 lots of 16 plus 10 is 42, and A stands for 10. In octal it is 52, because 5 lots of 8 plus 2 is 42.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland by SiteHost New Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-07-31 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.