byte-encodings
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
rfc4648
Encoding and decoding for base64, base32, base16, and friends
base-64
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.