Skip to content

Codificatori e Crittografia

Convertitore Esadecimale / Binario / Ottale

Convertitore di base numerica gratuito. Converti byte testuali o numerici tra testo, esadecimale, binario, ottale e decimale. Per debug di basso livello e lavoro a livello di bit.

Runs in your browser

From the byte to the hex digit, in five readings.

Bytes are bytes. The base is just the lens you read them through.

Nota dell'editore

Understanding · Same number, different alphabet.

Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.

Domande frequenti

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.

Le persone cercano anche

Use with

What people reach for next.

Strumenti correlati

More in this room.

Vedi tutto in Codificatori e Crittografia