Case converter

What this case converter does

Map free-form copy into lowercase, UPPERCASE, Sentence case, camelCase, PascalCase, snake_case, CONSTANT_CASE, dot.case, param-case, and other token styles your API or design system expects. Rules differ per style: snake versus kebab matter for config keys, and title case is not legally defined—preview before publishing compliance text.

Locale and edge cases

Some alphabets (e.g. Turkish i/İ) and special cases (ß) do not match what a generic English tool assumes. For user-facing UI strings, prefer the casing your platform's i18n layer provides. After conversion, run Slug generator if the next step is URL paths, or Character counter for headline length caps.

Related tools

Popular tools