Convertisseur de bases numériques
Convertir des nombres entre binaire, octal, décimal et hexadécimal.
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
Quelles bases sont supportées ?
Binaire (2), Octal (8), Décimal (10), Hexadécimal (16) et bases personnalisées de 2 à 36.
Supporte-t-il les grands nombres ?
Oui, utilise BigInt en interne pour convertir de très grands nombres avec précision.