Text Case, Encoding, and Normalization Conversion Tools

Compare text case conversion, character-width conversion, encoding conversion, quoted-printable handling, and inline text normalization tools in one hub.

This hub focuses on text conversions that happen before cleanup or publication: renaming text casing, fixing encodings, switching between fullwidth and halfwidth characters, normalizing dates or currency inside text, and splitting text into structured word lists.

Cluster Facts

Task Type
convert
Families
text
Tools
10
Subclusters
3

Why this hub exists

Text conversion work often combines casing, encoding, and inline normalization because the same messy source text usually needs all three.
It helps users compare low-level character conversions with higher-level cleanup steps like date, currency, and word-boundary normalization.
It gives a clearer starting point for migration, localization prep, import cleanup, and plain-text standardization workflows.

Featured Tools

Try with Samples

text

Related Hubs

FAQ

What can I do in this hub?

You can convert naming styles, switch character widths, fix text encodings, encode or decode quoted-printable text, spell out numbers, and normalize dates or currency within text.

Who is this hub for?

It is useful for developers, localization teams, content editors, data-cleaning teams, and anyone standardizing text before another tool or workflow consumes it.

How should I start?

Start with the deepest text issue first: encoding or character-width problems usually need to be fixed before case conversion or inline normalization.