Utilitaires développeur
Base Converter
Convert integers between bases 2, 8, 10, and 16.
Valeur convertie
Aperçu décimal
Pourquoi utiliser cet outil
03Parse integers in one base and convert them to a target base.
Base Converter handles common number-base transformations.
It is useful when working across binary, octal, decimal, and hex formats.
Comment l'utiliser
02Vérifications rapides avant de copier
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
03
Does it support negative numbers?
Yes. Signed integer values are supported.
Which bases are supported?
Binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16).
Can I convert very large integers?
Values within the JavaScript safe integer range (up to 2^53 - 1) are supported.
Outils liés
03Binary Text Converter→
Convert plain text and binary bytes in both directions.
Hex Text Converter→
Convert text to hex bytes and decode hex to text.
Length Unit Converter→
Convert between common length units like km, mi, ft, and m.