Binary to Text

Binary to Text Conversion is a site that provides tools that can convert binary characters, sentences, and character strings to plain text. Simply paste the binary characters to convert them to plain text. It is free to use.

Text

Binary

How to use

  1. Paste binary characters, phrases, or strings.
  2. Automatically converted to plain text.
  3. The converted plain text characters, phrases, or strings can be "copied" or "downloaded" by clicking the icon in the upper right.

What is Binary?

Binary is a way of expressing numbers using only two digits, 0 and 1. It is also called Binary. Computers process information using binary numbers, and convert it to hexadecimal or decimal numbers to display it to humans.

Since the same "10" as decimal numbers can be confused, in binary numbers, the decimal "10" is expressed as "1010b".

Binary formula

  • Convert binary to decimal: 110101 = 1x2⁵ + 1x2⁴ + 0x2³ + 1x2² + 0x2¹ + 1x2⁰ = 53

Decimal vs. binary comparison table

Decimal Binary Binary notation
0 0 0000 0000b
1 1 0000 0001b
2 10 0000 0010b
3 11 0000 0011b
4 100 0000 0100b
5 101 0000 0101b
6 110 0000 0110b
7 111 0000 0111b
8 1000 0000 1000b
9 1001 0000 1001b
10 1010 0000 1010b
11 1011 0000 1011b
12 1100 0000 1100b
13 1101 0000 1101b
14 1110 0000 1110b
15 1111 0000 1111b
16 10000 0001 0000b

Notes

This tool is available for free.

※This program is created and confirm the operation in PHP8.1.22.
※If you have any inquiries, opinions, or requests that you would like to make, please fill out the following form