Base64 Image / Data URI Builder
Wrap Base64 content into a data: URI with a chosen MIME type, or extract the MIME and decoded payload from an existing data URI.
Related
ASCII / Code Point Converter
Convert text to ASCII/Unicode code point numbers and convert numeric lists back to text.
Encoding
ASCII ↔ EBCDIC Converter
Convert text between ASCII/Latin-1 and IBM EBCDIC code pages, byte for byte.
Encoding
Ascii85 / Base85 Encode
Encode and decode text using Ascii85 (Adobe variant).
Encoding
Base16 Encode / Decode
Encode text to uppercase Base16 (RFC 4648 hex) and decode it back, with strict validation.
Encoding