Case Converter
Convert text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case and more.
Convert Text Case
Free Online Case Converter — Instant Text Transformation
This case converter transforms your text into different formats instantly. Whether you need to convert text to UPPERCASE for headings, lowercase for emails, Title Case for titles, or programming formats like camelCase and snake_case — it's all one click away.
Perfect for developers, writers, students and anyone who needs to quickly reformat text. Works entirely in your browser with no character limits.
Frequently Asked Questions
What is Title Case?
Title Case capitalizes the first letter of each word. It's commonly used for headings, titles and headlines. Example: "the quick brown fox" becomes "The Quick Brown Fox".
What is Sentence case?
Sentence case capitalizes only the first letter of the first word in each sentence. It's the standard format for regular writing. Example: "the quick brown fox. jumps over" becomes "The quick brown fox. Jumps over".
What is camelCase?
camelCase is a naming convention used in programming where the first word is lowercase and subsequent words start with uppercase, with no spaces. Example: "user login form" becomes "userLoginForm".
What is snake_case?
snake_case is a naming convention where words are separated by underscores and all letters are lowercase. It's commonly used in Python, Ruby and database column names. Example: "user login form" becomes "user_login_form".
What is kebab-case?
kebab-case is similar to snake_case but uses hyphens instead of underscores. It's commonly used in URLs and CSS class names. Example: "user login form" becomes "user-login-form".
Is my text stored anywhere?
No. All conversions happen entirely in your browser. Your text is never sent to any server, making this completely private.
More Text Tools