Advertisement
बाइनरी कनवर्टर
Convert between binary, decimal, hexadecimal and octal
त्वरित संदर्भ
| Decimal | Binary | Hex | Octal |
|---|
संख्या प्रणाली के बारे में
Binary (Base 2): Uses only 0 and 1. Fundamental to computing.
Decimal (Base 10): Standard number system using 0-9.
Hexadecimal (Base 16): Uses 0-9 and A-F. Common in programming.
Octal (Base 8): Uses 0-7. Sometimes used in Unix file permissions.