๐ Base Converter Guide
Supported Bases
Decimal (DEC)0-9, the base we use in daily life
Binary (BIN)Only 0 and 1, computer's low-level language
Octal (OCT)0-7, sometimes used for Unix file permissions
Hexadecimal (HEX)0-9 and A-F, commonly used for color codes and memory addresses
How to Use
- Enter a number in any input field
- Other bases will calculate and display automatically
- Click ๐ to copy the value in that base
๐ก Tip: Invalid characters are ignored automatically when typing.