2進数からテキスト

Convert binary byte sequences to ASCII text.

バイナリ入力
テキスト出力
0 文字 0 バイト

Binary to Text Converter

This tool converts binary byte sequences into readable ASCII text. Each group of 8 bits is interpreted as one ASCII character.

The conversion runs locally in your browser.

How to use

  1. Paste binary code into the input editor.
  2. Click Convert to decode the binary to text.
  3. Use Copy to copy the result.

What is Binary to Text?

Binary to text conversion interprets each 8-bit binary sequence as an ASCII character code.

Input notes

Enter binary digits (0 and 1) grouped in 8-bit bytes. Spaces between bytes are optional.

Example

Converting binary to text:

--- Binary Input ---
01001000 01100101 01101100 01101100 01101111

--- Text Output ---
Hello