Convert all special characters into alphanumeric text

Please log in or register to do it.

This tool converts all special characters in your text into alphanumeric text. Special characters are defined as any character that is not a letter, a digit, or whitespace. You can choose to remove all special characters, replace common ones with predefined alphanumeric words (e.g., "@" becomes "at", "&" becomes "and"), replace only specified special characters with a custom placeholder, or convert all special characters using a predefined mapping and then wrap each converted value with a custom format. Simply enter your text and select the conversion mode that suits your needs.

Conversion Modes:


Removes every special character (non-alphanumeric, non-whitespace) from the text.

Replaces common special characters with their alphanumeric word equivalents. For example, "@" becomes "at", "&" becomes "and", "$" becomes "dollar", "%" becomes "percent", "#" becomes "number", etc.

Replaces only the special characters you specify with a custom placeholder. Enter a comma‑separated list of special characters (e.g., @, #, $), and provide the custom placeholder text (e.g., [SPECIAL]).

Converts every special character using a predefined mapping and then formats each conversion with a custom format. Use {word} as a placeholder for the converted alphanumeric text.

Examples:

Replace Special Characters with Predefined Words

Converts common special characters to alphanumeric words based on a predefined mapping.

Before:
Price is $5 & 10% off!
After:
Price is dollar5 and 10percent off exclamation

Replace Only Specified Special Characters with Custom Placeholder

Only special characters in the specified list are replaced with a custom placeholder.

Before:
Call me @home #cool
After (specified: @, #; placeholder: [SPECIAL]):
Call me [SPECIAL]home [SPECIAL]cool

Replace All Special Characters with Custom Format

Converts all special characters using a predefined mapping and then wraps each converted value in a custom format.

Before:
Hello, world! @2023 #cool
After (format "[{word}]"):
Hello world [exclamation] at2023 [number]cool

Remove All Special Characters

Every special character is removed from the text.

Before:
Hello, world! @2023 #cool
After:
Hello world 2023 cool
Convert spaces into tabs
Convert comma-separated values into a vertical list

Your email address will not be published. Required fields are marked *