text-encoding
20 tools tagged "text-encoding".
ANSI to ASCII Converter
Strip ANSI SGR color escape sequences and validate the remaining text is 7-bit ASCII.
Open toolAny Base to ASCII Converter
Decode space-separated character codes in any base from 2 to 36 back into strict 7-bit ASCII text.
Open toolASCII to ANSI Converter
Wrap strict 7-bit ASCII text in a real ANSI SGR foreground-color escape sequence.
Open toolASCII to Any Base Converter
Convert strict 7-bit ASCII text to space-separated character codes in any base from 2 to 36.
Open toolASCII to Base64 Converter
Base64-encode strict 7-bit ASCII text directly, with no UTF-8 conversion step needed.
Open toolASCII to Binary Converter
Convert strict 7-bit ASCII text to space-separated 8-bit binary, one group per character.
Open toolASCII to Data URI Converter
Wrap strict 7-bit ASCII text as a data:text/plain;charset=us-ascii;base64 URI.
Open toolASCII to HTML Entities Converter
Encode strict 7-bit ASCII text as a decimal numeric HTML entity per character.
Open toolASCII to Octal Converter
Convert strict 7-bit ASCII text to space-separated 3-digit octal, one group per character.
Open toolASCII to Unicode Code Point Converter
Convert strict 7-bit ASCII text to space-separated U+00XX Unicode code point notation.
Open toolBase64 to ASCII Converter
Decode Base64 and strictly validate that every resulting byte is 7-bit ASCII.
Open toolBinary to ASCII Converter
Decode space-separated 7-or-8-bit binary groups back into strict 7-bit ASCII text.
Open toolData URI to ASCII Converter
Parse a data:text/plain;base64,... URI, decode it, and validate the result is 7-bit ASCII.
Open toolHTML Entities to ASCII Converter
Decode HTML entities back into characters and strictly validate the result is 7-bit ASCII.
Open toolOctal to ASCII Converter
Decode space-separated octal groups back into strict 7-bit ASCII text.
Open toolUnicode to ASCII Converter
Decode space-separated U+XXXX Unicode code points back into strict 7-bit ASCII text.
Open toolASCII to Hex Converter
Convert plain ASCII text to space-separated uppercase hex bytes, one pair per character.
Open toolHex to ASCII Converter
Decode space-separated or contiguous hex bytes back into 7-bit ASCII text.
Open toolHex to UTF-8 Converter
Decode hex bytes as UTF-8 text, correctly handling multi-byte characters and invalid sequences.
Open toolUTF-8 to Hex Converter
Encode any Unicode text as its real UTF-8 byte sequence, formatted as hex.
Open tool