1. Encode hello with Base65536
DeveloperBackground
A developer needs to represent the text hello using the Base65536 codec.
Problem
Create a compact Unicode string that can be decoded back to the original text.
How to use
Enter hello in Text, select Base65536 as Codec, and select Encode as Direction.
Text: hello; Codec: Base65536; Direction: EncodeOutcome
The tool returns a dense Unicode representation of the five UTF-8 input bytes.