Paste binary (0s and 1s), and the tool decodes it back to readable text.
Space-separate 8-bit groups: '01001000 01100101 01101100 01101100 01101111' for 'Hello'.
The decoder pads the last group with leading zeros to complete an 8-bit byte.
Yes — enable 16-bit mode for characters outside the basic ASCII range.