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.