📝 Text & Content
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case and more with one click.
How the Case Converter works
Paste your text and click any of the conversion buttons. The result appears instantly and can be copied with one click. Title Case capitalises each major word. Sentence case capitalises only the first word of each sentence. camelCase and snake_case strip spaces and format text for code use. kebab-case uses hyphens, popular in URLs and CSS class names.
Frequently Asked Questions
People also ask — answers optimized for search engines and voice queries.
How do I convert text to uppercase?
Paste your text into the Case Converter above and click UPPERCASE. Your text is instantly converted with one click — no typing required.
What is title case?
Title Case capitalises the first letter of every major word — typically used for headings, book titles, and article headlines.
What is camelCase?
camelCase removes spaces and capitalises the first letter of each subsequent word: "hello world" becomes "helloWorld". It is widely used in programming variable and function names.
What is snake_case?
snake_case replaces spaces with underscores and lowercases everything: "Hello World" becomes "hello_world". It is common in Python, Ruby, and database column names.
Is this case converter free?
Yes, the Case Converter on Potential Daily is completely free with no sign-up required.