Binary to Decimal

Tool processing runs in your browser — your pastes/files are not uploaded to our servers for processing.Details

Binary to decimal chart

BinaryDecimal
11
102
1004
10008
101010
111115
1000016
10000032
1100100100
11111111255

Reverse or related: decimal to binary · hex to decimal · decimal to hex · all bases

Frequently asked questions

How do I convert binary to decimal?

Give each binary digit a place value that doubles from right (1, 2, 4, 8, 16 …) and add the values where the digit is 1. For example 1010 = 8 + 2 = 10. Or paste it into the converter and read the decimal instantly.

What is 11111111 in decimal?

11111111 (binary) is 255 in decimal — eight 1-bits, the maximum value of one byte.

Does it handle long binary strings?

Yes. The converter uses BigInt, so 64-bit and longer binary values convert to exact decimals with no rounding.

Is my input uploaded?

No. TryDevSnip converts locally in your browser. Nothing you type is uploaded to our servers for processing.