Read binary by place value
For 11111111, every 8-bit position is on: 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255. Use the 8-bit chart when you want to check each value at a glance.
Convert binary and decimal whole numbers with arbitrary precision.
11111111 255 For 11111111, every 8-bit position is on: 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255. Use the 8-bit chart when you want to check each value at a glance.
This converter works with whole numbers. To encode words or emoji, use Text to Binary, which writes UTF-8 text bytes rather than one numeric value.
Binary 101010 equals decimal 42, binary 11111111 equals 255, and binary 100000000 equals 256. Leading zeroes do not change a number, but they do matter when you are displaying a fixed-width byte.
Binary 11111111 equals decimal 255.
No. EncodeLab performs this conversion locally in your browser. Your input is not sent to an EncodeLab server or stored by us.
Yes. It uses arbitrary-precision integers instead of floating-point arithmetic.
This version converts whole numbers only and does not currently accept a binary point.