Utilidades para desarrolladores
Base Converter
Convert integers between bases 2, 8, 10, and 16.
Valor convertido
Vista decimal
Por qué usar esta herramienta
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.
Cómo usarla
02Revisiones rápidas antes de copiar
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.
Preguntas frecuentes
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.
Herramientas relacionadas
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.