Text Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more.
Enter Your Text
Convert To
Text Case Converter FAQ
What is Title Case?
Title Case capitalizes the first letter of every word. It is commonly used for headlines, article titles, and book names.
What is camelCase used for?
camelCase is a naming convention popular in programming (especially JavaScript, Java, and C#). The first word is lowercase and subsequent words start with uppercase, with no spaces or separators.
What is the difference between snake_case and kebab-case?
snake_case uses underscores between words (common in Python and databases), while kebab-case uses hyphens (common in URLs and CSS class names).
Does this tool save my text?
No. All conversions happen in your browser. Your text is never sent to any server.