Skip Navigation

Binary to string converter

From
To
Input
Encoding
Output

How to convert Binary to String

Each 8-bit binary number represents one character.

8-bit binary → ASCIIUTF-8 character

Convert each 8-bit group to its character:

Example: Convert binary to 'Hello':

01001000 01100101 01101100 01101100 01101111 → Hello



See also