Skip to content

Free Case Converter

Convert text between uppercase, lowercase, title case, sentence case, camelCase, snake_case and more. Instant, free.

Advertisement

📝 Case Converter

Frequently Asked Questions

Title Case capitalises the first letter of each word. It is used in headings, titles and proper nouns.
camelCase starts with a lowercase letter and capitalises each subsequent word with no spaces. It is widely used in programming for variable names.
snake_case uses underscores between words and all lowercase letters. It is commonly used in Python and database column names.