Roman Numeral to Binary Converter
Convert Roman numerals to binary (base-2) representation.
Input (Roman)
Enter a Roman numeral
Output (Binary)
Binary representation
Roman Numeral to Binary Conversion
Convert Roman numerals to binary (base-2) representation.
Examples:
XLIIRoman = 42 decimal =101010binaryCRoman = 100 decimal =1100100binaryXRoman = 10 decimal =1010binary