UTF8 Codecs

These scripts are a POC to encode and decode Unicode using underscore- encoded (_) UTF-8 hex values.

The encoded values can be 1-4 hex nibbles long (2-8 hex chars in 2-character increments). The length is determined by the UTF-8 standard.

References

en.wikipedia.org/wiki/UTF-8