String Tools

Text Tools

Here you will find an assortment of multiple separate tools to be able to slice and dice any form of text.

Base64 [?]The "Decode image" button will attempt to paint the input text into an image.

Web tools

URL Encode / Decode [?]Escapes a URL to be able to embed it in other URLs.
Escape HTML [?]Convert HTML into escaped text to paste online.
Strip HTML tags [?]Remove HTML tags from text.

Conversion

Number to words [?]Convert a sequence of up to 9 digits long into its equivalent in words.
Hexadecimal to words [?]Convert a sequence of hexadecimal into its equivalent in words.
Binary [?]Convert a string into its binary representation.
Octal [?]Convert between Octal (base 8) representation and text.
Hexadecimal [?]A.K.A. Base16.
Base32 [?]Known Bug: Unicode characters like "ص" or "Ꙭ" will not appear correctly.
UTF-8 Representation [?]Convert UTF-8.
UTF-8 Text [?]Converts to UTF-8 representations
UTF-16 [?]Convert from and to UTF-16 representations
UTF-32 [?]Convert from and to UTF-32 representations
ASCII [?]Converts text to their decimal representation.
Percent Encoding [?]Converts text to percent encoded representation.
Find Mojibake Encodings [?]Tries to find the correct encoding for mangled text.

String Manipulation

Lowercase[?]Convert text to lower case
Uppercase[?]Convert text to upper case.
Capitalize[?]Capitalize every word.
Line breaks [?]To break after each character choose to add breaks every 1 letter.
Search and replace [?]Search and replace in text.
Reverse [?]Reverse the order of some text.

Manipulating Lists

Lists are text separated by line breaks.

Sort a list in alphabetical order [?]Put list items in alphabetical order.
Listify [?]Convert a large wall of text into a list
Sort by length [?]One item per line
Format a list or array [?]One list item per line.
Lists to columns [?]One list item per line.
Separate odd lines from even lines [?]Separate odd from even.
Make all the items in a list unique. [?]One item per row.
Divide a list into two or more lists. [?]One item per row.

Time and Date

Dates and timestamps. [?]One item per row.

Miscelaneus

Compare text [?]Check if a string is equal to another.
Count words, letters and new lines [?]Shows statistics about the text.

Combine the tools above

Combine several string transforms. [?]Make your input pass through many transformations at once.