진법 변환기
2진수, 8진수, 10진수, 16진수 등 다양한 진법 간 숫자를 변환합니다.
Binary (2)
Octal (8)
Decimal (10)
Hexadecimal (16)
How to Use
- 1
Enter your number and select its base (binary, octal, decimal, hex, or custom).
- 2
View the converted values in all other bases simultaneously.
- 3
Copy any result with the copy button.
Features
All Common Bases
Convert between binary (2), octal (8), decimal (10), and hexadecimal (16) with a single input.
Custom Base Support
Enter any base from 2 to 36 for conversions beyond the standard formats.
BigInt Precision
Uses JavaScript's BigInt for accurate conversion of very large numbers without precision loss.
Simultaneous Output
See all base conversions at the same time — no need to convert one pair at a time.
FAQ
어떤 진법을 지원하나요?
2진수(2), 8진수(8), 10진수(10), 16진수(16) 및 2~36 사이의 커스텀 진법을 지원합니다.
큰 숫자도 지원하나요?
네, 내부적으로 BigInt를 사용하여 매우 큰 숫자도 정확하게 변환합니다.