Binary Translator - Binary Code Converter

Instantly convert between text, binary, decimal, octal, hexadecimal, and Morse code in both directions.

Select your input and output formats, then type or paste your code below to the input field.

0 bits
0 bytes
0 bits
0 bytes

What Is the Binary Translator?

Binary translator is a translator for every base you're likely to need. It allows you to convert from binary to whatever, even including binary to Morse or Morse to binary.

How to Use the Binary Translator

  1. Choose your formats - left select box = from, right select box = to.
  2. Type, paste, or upload your data into the input box.
  3. The result updates instantly in the output box. You don't need to do anything to convert binary code or any other format.
  4. Copy or download the output with one click.
  5. Clear either box with the eraser icon and start fresh.

Why These Formats?

EncodingWhere it shows up (and why you care)
BinaryLow-level data, bit flags, digital signals
DecimalASCII codes, protocol specs, byte counts
OctalClassic UNIX permissions, compact binary view
HexadecimalColor codes, machine code, memory dumps
Morse codeAviation, amateur radio, survival signaling
TextThe stuff we humans actually read

Is Morse Code Binary?

Morse code is not a binary code; it’s a variable-length telegraphy system that uses a combination of long and short pulses, dashes (-) and dots (.), plus spacing to encode characters.

  • A dot is an electric (or audio) pulse lasting one unit of time.
  • A dash lasts three units.
  • Specific time gaps separate dots/dashes within a letter, letters within a
  • word, and words within a message.

Those gaps act as a third symbol, so Morse effectively uses three symbols, not two.

Binary encoding, on the other hand, sticks to exactly two symbols (0 and 1). Each bit in a binary string represents one node in a binary tree, so the entire system is strictly two-symbol by design.

Examples

From → ToInputOutput
Text → BinaryHi01001000 01101001
Binary → Decimal0100000165
Octal → Hex110 14548 65
Morse → Text... --- ...SOS