Integer base converter
Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
Binary (2)
Octal (8)
Decimal (10)
Hexadecimal (16)
Base64 (64)
Custom:
User Guide & Notes
How to Use
- 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
Number Bases Explained
- 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.
Common Use Cases
- 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
You might also find these useful

String to Slug
Convert a string to a slug.
Converterfeatured

Discord Time Converter
Convert time to Discord time format.
Converterfeatured

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.
ConverterNew

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

Base64 File Converter
Convert files to Base64 and decode Base64 strings back to files.
Converter

Base64 String Converter
Convert text to Base64 and decode Base64 strings back to plain text.
Converter