ADVERT
π Base Converter
Convert numbers between bases 2-36. Supports binary, octal, decimal, and hexadecimal formats.
Base Converter
Convert numbers between different bases (from 2 to 36). Commonly used for binary, octal, decimal, and hexadecimal.
β
Converted to base 16
FFWhere developers use base conversion
- Translate colour values between hexadecimal, decimal, and binary when tweaking CSS or microcontroller palettes.
- Check bit masks or permissions flags by switching between base 2 and base 10 to understand the underlying bits.
- Convert integers before storing them in systems that expect a specific radix, such as database keys or shortened URLs.
Tips for accurate conversions
- Use the quick base buttons to keep common conversions consistent and avoid mistyping the radix.
- When pasting long numbers, verify spacing or prefixes like 0x are removedβthey can invalidate the input.
- Copy the result straight into your IDE or documentation to maintain the uppercase formatting shown on screen.
ADVERT
ADVERT