Binary to Decimal Converter
Convert binary numbers to decimal representation with file upload support
Manual Conversion
Only 0s and 1s are allowed
Successfully converted!
Examples to try:
- 101010 → 42
- 10000000 → 128
- 11111111 → 255
File Conversion
Click to upload or drag & drop your file
(.txt files with one binary number per line)
File name:
File size:
File processed successfully!
File Format:
Create a .txt file with one binary number per line:
101010 10000000 11111111 10000000000
Decimal Conversion Results
// Results will appear here after conversion