Binary 01110111 01101111 01110010 011… in Text

Decoded Text

world

The binary sequence decodes to: "world"

How binary encoding works

Each 8-bit binary group represents one ASCII character. For example, 01110111 = 119 = "w".

Try the converter

Loading tool...