Tools
목록으로

진법 변환기

2진법, 8진법, 10진법, 16진법 간 변환

Binary

0b
101010

Octal

0o
52

Decimal

42

Hexadecimal

0x
2A

Base Information

Binary (Base 2): Uses 0-1
Octal (Base 8): Uses 0-7
Decimal (Base 10): Uses 0-9
Hexadecimal (Base 16): Uses 0-9, A-F