Binary Converter

Binary Converter

Convert between text, decimal, hexadecimal, and binary instantly. Free, private, runs entirely in your browser.

Bit grouping:

How to Use

  1. Choose a conversion mode — pick from six options like Text → Binary or Hex → Binary.
  2. Enter your value — type or paste the data you want to convert.
  3. Select bit grouping — choose None, 4-bit, or 8-bit for binary output formatting.
  4. Click Convert — the result appears instantly below.
  5. Copy or download — use the buttons to copy to clipboard or save as a .txt file.

Frequently Asked Questions

How do I convert text to binary?

Enter your text in the input field, select "Text → Binary" mode, and click Convert. Each character is converted to its 8-bit binary ASCII representation.

What is 4-bit vs 8-bit grouping?

Bit grouping adds spaces between groups of bits for readability. 4-bit grouping separates every 4 digits (nibbles), while 8-bit grouping separates every 8 digits (bytes).

Can I convert hexadecimal to binary?

Yes. Select "Hex → Binary" mode, enter a hexadecimal value (e.g. 1A3F), and click Convert. Each hex digit maps to exactly 4 binary digits.

How do I convert binary back to text?

Select "Binary → Text" mode, paste your binary string (with or without spaces), and click Convert. The tool interprets each 8-bit group as an ASCII character.

Is this tool free to use?

Yes, this binary converter is completely free. All conversions happen in your browser — no data is sent to any server.