Base65536

Base65536 encodes binary data into Unicode characters, achieving ~2 bytes per character. Useful for encoding data in tweets, chat messages, or anywhere Unicode is supported but binary is not. Each character encodes a pair of bytes.

Specification