🔢
Number Base Converter
Convert between binary, octal, decimal & hex
About Number Base Converter
Type a number in any base and all other representations update immediately. Binary, octal, decimal, hex — no need to select a direction or press a button.
Hex shows up constantly in programming: colour codes, memory addresses, byte values in protocols. Octal is used in Unix file permissions. Binary is what the machine actually operates on. Switching between them by hand is error-prone — easier to paste and read.
Custom base conversion (any base 2–36) is also supported for encoding schemes and computer science work.
Common Use Cases
- →Converting hex colour codes to decimal for graphics programming
- →Reading memory addresses and byte values in systems work
- →Computing chmod permission values between octal and binary
- →Understanding IP address binary representation for networking