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 tool

Any Base to ASCII Converter

Decode space-separated character codes in any base from 2 to 36 back into strict 7-bit ASCII text.

Open tool

ASCII to ANSI Converter

Wrap strict 7-bit ASCII text in a real ANSI SGR foreground-color escape sequence.

Open tool

ASCII to Any Base Converter

Convert strict 7-bit ASCII text to space-separated character codes in any base from 2 to 36.

Open tool

ASCII to Base64 Converter

Base64-encode strict 7-bit ASCII text directly, with no UTF-8 conversion step needed.

Open tool

ASCII to Binary Converter

Convert strict 7-bit ASCII text to space-separated 8-bit binary, one group per character.

Open tool

ASCII to Data URI Converter

Wrap strict 7-bit ASCII text as a data:text/plain;charset=us-ascii;base64 URI.

Open tool

ASCII to HTML Entities Converter

Encode strict 7-bit ASCII text as a decimal numeric HTML entity per character.

Open tool

ASCII to Octal Converter

Convert strict 7-bit ASCII text to space-separated 3-digit octal, one group per character.

Open tool

ASCII to Unicode Code Point Converter

Convert strict 7-bit ASCII text to space-separated U+00XX Unicode code point notation.

Open tool

Base64 to ASCII Converter

Decode Base64 and strictly validate that every resulting byte is 7-bit ASCII.

Open tool

Binary to ASCII Converter

Decode space-separated 7-or-8-bit binary groups back into strict 7-bit ASCII text.

Open tool

Data URI to ASCII Converter

Parse a data:text/plain;base64,... URI, decode it, and validate the result is 7-bit ASCII.

Open tool

HTML Entities to ASCII Converter

Decode HTML entities back into characters and strictly validate the result is 7-bit ASCII.

Open tool

Octal to ASCII Converter

Decode space-separated octal groups back into strict 7-bit ASCII text.

Open tool

Unicode to ASCII Converter

Decode space-separated U+XXXX Unicode code points back into strict 7-bit ASCII text.

Open tool

ASCII to Hex Converter

Convert plain ASCII text to space-separated uppercase hex bytes, one pair per character.

Open tool

Hex to ASCII Converter

Decode space-separated or contiguous hex bytes back into 7-bit ASCII text.

Open tool

Hex to UTF-8 Converter

Decode hex bytes as UTF-8 text, correctly handling multi-byte characters and invalid sequences.

Open tool

UTF-8 to Hex Converter

Encode any Unicode text as its real UTF-8 byte sequence, formatted as hex.

Open tool