Conversor de bases numéricas
Convierte números entre bases binaria, octal, decimal y hexadecimal
Input Number
Number Base Converter — Binary, Octal, Decimal, Hex
Convert numbers between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16) instantly. Essential for computer science, networking, and embedded programming.
FAQ
How do I convert decimal to binary?
Repeatedly divide by 2 and record the remainders from bottom to top. Or just paste the decimal number here for an instant result.
What is hexadecimal used for?
Hexadecimal (hex) is used in memory addresses, color codes (#FF5733), byte values in network protocols, and low-level programming. One hex digit represents 4 binary bits.
What does 0x mean?
'0x' is a prefix indicating a hexadecimal number in most programming languages. 0xFF = 255 decimal.
Sigue explorando
Otras herramientas de Desarrollo que te pueden gustar…
Formateador JSON
Formatea, valida y minifica JSON con resaltado de sintaxis y detección de errores
Codificador/Decodificador Base64
Codifica texto o archivos a Base64 y decodifica cadenas Base64 a texto legible
Codificador/Decodificador de URL
Codifica y decodifica componentes URL y parámetros de query string
Generador de UUID
Genera UUIDs aleatorios (v1, v4) o genera múltiples UUIDs en lote
Generador de Hash
Genera hashes MD5, SHA-1, SHA-256, SHA-512 desde texto o archivos
Tester de Regex
Prueba expresiones regulares con resaltado de coincidencias en tiempo real
Decodificador JWT
Decodifica e inspecciona JSON Web Tokens — ve header, payload y verifica firmas
Formateador HTML
Formatea y embellece código HTML con indentación correcta y resaltado de sintaxis