TEXT TOOL

Text Case Converter

Convert text to UPPERCASE, lowercase, Title Case, camelCase, and more.

About this tool

Paste text and instantly convert it to a different case style — useful for headings, variable names, filenames, or just fixing text that got stuck in caps lock. Everything happens in your browser; nothing is uploaded.

Frequently asked questions

What's the difference between camelCase and Title Case?
Title Case keeps spaces between capitalized words ("My Variable Name"); camelCase removes spaces and capitalizes every word except the first ("myVariableName") — common in JavaScript variable naming.
How does Sentence case decide where sentences start?
It capitalizes the first letter of the text and the first letter after each period, question mark, or exclamation mark.
Does this handle accented or non-English characters?
Uppercase and lowercase conversion works for most Unicode letters via the browser's built-in case conversion. Word-boundary styles (Title, camel, snake, kebab) are tuned for space-separated words.