Loading…

How to use Binary to Text

Paste binary (0s and 1s), and the tool decodes it back to readable text.

Frequently asked questions

How should I format binary input?

Space-separate 8-bit groups: '01001000 01100101 01101100 01101100 01101111' for 'Hello'.

What if my binary isn't divisible by 8?

The decoder pads the last group with leading zeros to complete an 8-bit byte.

Can it decode 16-bit Unicode binary?

Yes — enable 16-bit mode for characters outside the basic ASCII range.

More Encoders & Decoders

Text to Hex
Convert text to hexadecimal (base 16) encoding
Hex to Text
Decode hexadecimal values back to readable text
ASCII Code Lookup
Look up ASCII codes and convert characters to/from codes
Text to Octal
Encode text as octal (base 8) numbers
Unicode Encoder
Encode text to Unicode code points (\\u escape format)
Unicode Decoder
Decode Unicode escape sequences back to text
Unicode Character Lookup
Look up any Unicode character by code point or name
JWT Decoder
Decode & inspect JWT tokens (header, payload, signature)
Caesar Cipher
Encode or decode text with the classic Caesar shift cipher
Vigenère Cipher
Encrypt or decrypt text using the Vigenère polyalphabetic cipher
Atbash Cipher
Encode text using the Atbash mirror substitution cipher
Morse Code Encoder
Convert text to Morse code with audio playback support

← View all Encoders & DecodersBrowse all 1,100+ tools →