ConverterDock Manual
How to Use: Numbers Converter (Binary, Hex, Decimal, Roman)
Convert Binary, Octal, Decimal, Hexadecimal and Roman numerals.
How to Use
- 1
Type a number (e.g. 255, FF, or 11111111).
- 2
Select the source base (Decimal, Binary, Hex, Octal, or Roman).
- 3
Select the target base.
- 4
Copy the converted value.
Formula & Legal Details
Binary is base 2, octal base 8, decimal base 10, hexadecimal base 16. Roman numerals support 1–3999. Prefix 0x is optional for hex input.
Conversion Table
| From Unit | To Unit | Conversion Ratio / Value |
|---|---|---|
| 10 (decimal) | Binary | 1010 |
| 255 (decimal) | Hex | FF |
| 16 (decimal) | Roman | XVI |
ConverterDock — Numbers Converter (Binary, Hex, Decimal, Roman)
- Privacy First: All conversions execute 100% locally in your browser. No server uploads.
- 100% Free & No Sign-up
Related Conversion Tools
Frequently Asked Questions (FAQ)
Repeatedly divide by 2 and read remainders from last to first. 10 decimal = 1010 binary.