Integer base converter
Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
User Guide & Notes
- Enter a number in the "Input number" field
- Set the base of your input number (the default is 10 for decimal)
- View the number converted to various bases
- Use the Custom field to convert to any base between 2 and 64
- Click the copy button to copy any value to clipboard
- Binary (Base 2): Uses only 0 and 1. The foundation of all digital computing.
- Octal (Base 8): Uses digits 0-7. Historically used in computing as a more compact representation of binary.
- Decimal (Base 10): Our standard number system using digits 0-9.
- Hexadecimal (Base 16): Uses digits 0-9 and letters A-F. Commonly used in computing for memory addresses, color codes, etc.
- Base64: Uses 64 different ASCII characters (A-Z, a-z, 0-9, +, /) to represent binary data. Often used for encoding binary data in web applications.
- Converting between decimal and hexadecimal for color codes in web development
- Converting between decimal and binary for understanding bit operations
- Working with memory addresses in hexadecimal format
- Converting ASCII character codes between decimal and hex
- Working with different number representations in programming languages
Related Tools
Useful tools selected for this workflow

String to Slug
Convert a string to a slug.

Discord Time Converter
Convert time to Discord time format.

Julian Date Converter
Convert between Gregorian calendar dates and Julian dates (ordinal date format). Julian date format uses yyddd or yyyyddd where yy/yyyy is the year and ddd is the day of year.

Weight Calculator
Convert weight and mass between different units including kilograms, pounds, ounces, grams, stone, and more. Fast and accurate weight conversion tool.

Hex to Decimal Converter
Convert hexadecimal to decimal with exact large-number and fraction results, binary output, calculation steps, and signed two's-complement values.

Binary Converter
Convert binary to decimal and decimal to binary, perform exact binary arithmetic, and view hexadecimal, octal, bit-length, and calculation steps.