HomeConvertersNumber systemsBinary convert
Number conversion

Binary convert

Binary number conversion hub: convert base-2 to decimal, hexadecimal, and ASCII. Positional notation overview and links to dedicated calculators.

Instant result
Result

Enter values to convert.

Inputs
Mode
Formula

Formulas

Core equations used by this converter.

Formula1·2⁵ + 1·2⁴ + 1·2³ + 0·2² + 0·2¹ + 1·2⁰ = 32+16+8+1 = 57₁₀
iFollow the formulas shown. Calculation runs locally in your browser.

How to use

1

Open the converter

Use the interactive panel at the top of the page.

2

Enter values

Fill in the required fields for this conversion.

3

Convert and read the result

Use Convert or let the result update automatically.

Example conversions

Common values with formula and result.

ϟ

111001₂` to decimal

111001₂` to decimal

1·2⁵ + 1·2⁴ + 1·2³ + 0·2² + 0·2¹ + 1·2⁰ = 32+16+8+1 = 57₁₀
57₁₀
ϟ

11111111₂` to hex

11111111₂` to hex

1111 1111 → F F → FF₁₆ (= 255₁₀)
FF₁₆ (= 255₁₀)
ϟ

111001₂

111001₂

1·2⁵ + 1·2⁴ + 1·2³ + 0·2² + 0·2¹ + 1·2⁰ = 32+16+8+1 = 57₁₀
57₁₀
ϟ

11111111₂

11111111₂

1111 1111 → F F → FF₁₆ (= 255₁₀)
FF₁₆ (= 255₁₀)

Binary convert specification

Version 1.1.0 · Engine tested

Calculation status
  • Engine tested 4 published cases
  • Named expert review Not performed
  • Calculation version 1.1.0

Review policy

Definition
**Binary** (base 2) uses only digits **0** and **1**. Computers store data as bits; converting binary helps you read values as decimal, hex, octal, or text (ASCII). Core idea — **positional notation**:
What it calculates
Binary number conversion hub: convert base-2 to decimal, hexadecimal, and ASCII. Positional notation overview and links to dedicated calculators.
Inputs
  • Values required by the selected conversion mode
Outputs
  • Converted result in the target unit or format
Formula
1·2⁵ + 1·2⁴ + 1·2³ + 0·2² + 0·2¹ + 1·2⁰ = 32+16+8+1 = 57₁₀
Binary conversion quick table
TargetMethod
DecimalSum each bit × power of 2
HexGroup bits in 4s → one hex digit each
OctalGroup bits in 3s → one octal digit each
ASCII textSplit into 8-bit bytes → map each byte to a character
Assumptions
  • Conversion runs locally in the browser; values are not uploaded.
  • Uses the formulas documented on this page.
Units
  • Formula
Boundary conditions
  • Empty or invalid input yields no valid result.
  • Out-of-range values may be rejected by the tool runtime.
Example
111001₂` to decimal → 57₁₀
Validation cases
  • 111001₂` to decimal → 57₁₀
  • 11111111₂` to hex → FF₁₆ (= 255₁₀)
  • 111001₂ → 57₁₀
  • 11111111₂ → FF₁₆ (= 255₁₀)
Sources
  • CalculatorX converter runtime
  • Standard unit / encoding definitions where applicable
Calculation version
1.1.0

Background

Interpretation and common distinctions.

Use the converter tabs to switch direction when available. Results for Binary convert update locally in your browser.

Frequently asked questions

Key distinctions behind the conversion.

How do you convert using Binary convert?

Use 1·2⁵ + 1·2⁴ + 1·2³ + 0·2² + 0·2¹ + 1·2⁰ = 32+16+8+1 = 57₁₀. Example: 111001₂` to decimal → 57₁₀.

Can I switch direction?

Open the related reverse converter listed under Related tools.

Does this run online or locally?

Calculation runs locally in your browser. Values are not uploaded.

How precise are the results?

Results follow the formulas on this page. Round to the precision your use case needs.