All Case Converters
Choose from a variety of case converters to convert your text to the desired case.
Sentence Case Converter
Transforms text so only the first letter of the first word in a sentence is capitalized. However, it does not automatically capitalize proper nouns, such as names or places.
Example: SENTENCE CASE EXAMPLE → Sentence case example
Upper Case Converter
Converts all letters to uppercase, often used for emphasis or acronyms.
Example: upper case example → UPPER CASE EXAMPLE
Lower Case Converter
Changes all letters to lowercase, giving text a casual or informal tone.
Example: LOWER CASE EXAMPLE → lower case example
Capitalized Case Converter
Capitalizes the first letter of each word, commonly used for titles or headings.
Example: this is text → This Is Text
Alternating Case Converter
Alternates letters between uppercase and lowercase for a playful, decorative effect.
Example: This is text → tHiS Is tExT
Toggle Case Converter
Reverses the case of each letter, making uppercase letters lowercase and vice versa.
Example: This is Text → tHIS IS tEXT
Snake Case Converter
Formats text in lowercase with words separated by underscores, often used in programming.
Example: This is text → this_is_text
Kebab Case Converter
Separates lowercase words with hyphens, commonly seen in URLs and CSS class names.
Example: This is text → this-is-text
Pascal Case Converter
Capitalizes the first letter of each word, commonly used in programming for class names.
Example: this is text → ThisIsText
Camel Case Converter
Starts the first word in lowercase, with each following word capitalized, often used for variables in code.
Example: this is text → thisIsText
Dot Case Converter
Separates words with dots, often used in file names or as an alternative format in programming.
Example: This is text → this.is.text
Cobol Case Converter
Converts text to uppercase with hyphens between words, commonly used in COBOL programming.
Example: This is text → THIS-IS-TEXT
Constant Case Converter
Converts text to uppercase with underscores between words, often used for constants in programming.
Example: This is text → THIS_IS_TEXT
Hashtag Case Converter
Adds a hashtag (#) before each word, often used in social media or to highlight keywords.
Example: This is text → #this #is #text