Base-122 is a proposed Base64-like transfer encoding designed for efficient use in UTF-8-encoded web pages, particularly in "data:" URLs. It encodes binary data in a sequence of "safe" Unicode code points, with attention payed to how many bytes those code points use in UTF-8.
Links