Math & Utilities

Integer Base Converter

Convert between different number bases

About

This tool allows you to convert integers between different number bases, including binary, octal, decimal, and hexadecimal. Number bases are used in computing, mathematics, and digital systems. Perfect for programmers, computer science students, and anyone working with different number systems. ### How to Use 1. Enter or paste your data in the input field. 2. Adjust any available settings or options. 3. Click the action button to process. 4. Copy or download the result.

Try It Now

Convert integers between different number bases, including binary, octal, decimal, and hexadecimal. Supports custom bases from 2 to 36. Perfect for programmers, computer science students, and anyone working with different number systems.

Examples

Decimal to Binary

Convert 255 to binary

255 (Base 10) = 11111111 (Base 2)

Hexadecimal to Decimal

Convert FF to decimal

FF (Base 16) = 255 (Base 10)

Binary to Hexadecimal

Convert 10101010 to hexadecimal

10101010 (Base 2) = AA (Base 16)

Decimal to Octal

Convert 123 to octal

123 (Base 10) = 173 (Base 8)

Examples

Input

255
Convert to Binary

Output

11111111

Decimal to binary conversion

Input

FF
Convert to Decimal

Output

255

Hexadecimal to decimal conversion

FAQ

What number bases are supported?

The tool supports binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16), as well as custom bases from 2 to 36.

Why would I need to convert between number bases?

Number base conversion is essential in computing, particularly when working with binary data, memory addresses, and programming languages like assembly.

Is this tool free?

Yes, this tool is completely free to use.

Is my data secure?

Yes, all processing is done in your browser. Your data is not sent to any server.

Does it work offline?

Yes, once the page is loaded, you can use the tool offline.

Related Tools