πŸ› οΈ All Tools🎬 YT ThumbnailπŸ“Š Word CountπŸ”‘ Case ConverterπŸ“ Lorem Ipsum GeneratorπŸ” Base64 Encode / Decode🎨 Color Picker✨ Sora Downloader
πŸ”‘ Case Converter

Text Case Converter
β€” 8 Formats Instantly

Convert text to uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case and kebab-case.

Free Text Case Converter β€” 8 Formats in One Click

Changing text capitalisation by hand is tedious. Whether you need to convert ALL CAPS to normal case, format a variable name as snake_case, or clean up randomly capitalised CSV data, Thumbnail Download's Case Converter solves it instantly. Paste your text, click a format button, and copy the result in under three seconds.

The 8 Case Formats Explained

lowercase converts everything to lowercase β€” ideal for URL slugs and normalising input. UPPERCASE converts to capitals β€” useful for headings and constants. Title Case capitalises every word's first letter. Sentence case capitalises only sentence starts. camelCase produces myVariableName β€” standard in JavaScript and Java. PascalCase produces MyVariableName β€” used for class names. snake_case produces my_variable_name β€” standard in Python and databases. kebab-case produces my-variable-name β€” standard for CSS classes and URL slugs.

Frequently Asked Questions

For camelCase, PascalCase, snake_case and kebab-case, non-alphanumeric characters are treated as word separators and removed. Numbers are preserved.
No character limit. Paste entire articles or code files and the conversion happens instantly.
Yes. Once loaded, the conversion logic runs entirely in JavaScript with no server calls.