Utilitaires développeur

Base Converter

Convert integers between bases 2, 8, 10, and 16.

Browser-onlyInstant outputLocal data

Valeur convertie

255

Aperçu décimal

255

Pourquoi utiliser cet outil

03

Parse 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

02
01Enter a value and choose source/target bases.
02Copy converted output.

Vérifications rapides avant de copier

03

Confirm 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

03