Skip to content

Codificadores y Cifrado

Convertidor Hex / Binario / Octal

Convertidor de base numérica gratuito. Convierte texto o bytes numéricos entre texto, hexadecimal, binario, octal y decimal. Para depuración de bajo nivel y trabajo a nivel de bits.

Runs in your browser

Nota del editor

Understanding · Same number, different alphabet.

Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.

Preguntas frecuentes

Quick answers.

What number bases are supported?

Decimal (base 10), hexadecimal (base 16), octal (base 8) and binary (base 2).

Does it handle text?

Yes — convert a text string to its byte values in any base, or convert from bytes back to text (assumes UTF-8).

What's the largest number it handles?

Up to JavaScript's safe integer range (2⁵³). For bigger numbers, use BigInt-aware tools.

Is my input uploaded?

No — runs entirely in your browser.

Is the converter free?

Yes — fully free, no signup.

La gente también busca

Use with

What people reach for next.

Herramientas relacionadas

More in this room.

Ver todo en Codificadores y Cifrado