M
MJJ Tools
Home
Developer Tool
Base Convert
M
MJJ Tools

Discover 70+ free online tools including calculators, converters, generators, and utilities. All tools work in your browser - no downloads required!

Popular Tools

  • ACFT Calculator
  • JSON Formatter & Validator
  • Chinese English Translator
  • Base64 Encoder/Decoder

Categories

  • Math Tool
  • Developer Tool
  • Finance Tool
  • Daily Tools

Info

  • About Us
  • Changelog
  • Privacy Policy
  • Terms of Service

© 2025 MJJ Tools. All rights reserved.

Base Convert

Convert numbers between different bases (binary, octal, decimal, hexadecimal) with support for bases 2-36

Base Converter

Quick Conversion

How to Use

1

Select the base of your input number (from base 2 to 36)

2

Select the target base for conversion

3

Enter your number using valid characters for the selected base

4

The result will appear automatically, or click Convert

Examples

Common Conversions

Decimal 255→Binary 11111111
Decimal 255→Hexadecimal FF
Hexadecimal A0→Decimal 160
Binary 1010→Decimal 10

Number Base Systems

Binary (Base 2): Uses digits 0-1, commonly used in computing and digital systems

Octal (Base 8): Uses digits 0-7, sometimes used in computing and file permissions

Decimal (Base 10): Uses digits 0-9, the standard number system we use daily

Hexadecimal (Base 16): Uses digits 0-9 and letters A-F, widely used in programming and computing