Home/Lowercase Text Converter
Lowercase Text Converter
Convert your text to lowercase letters instantly.
Examples
InputHELLO WORLD
Outputhello world
InputThe Quick Brown Fox
Outputthe quick brown fox
What is lowercase?
Lowercase text (also known as minuscule) is when every letter in a string is in its small form. It is the default casing for most written content and is standard in many programming contexts such as variable names, URLs, and email addresses.
When to use lowercase
Use lowercase for email addresses, URLs, and domain names, for normalising user input before comparison or storage, for CSS class names and HTML attributes, and for creating a casual, approachable tone in informal writing.
Other Converters
UPPERCASEConvert your text to UPPERCASE letters instantly.
Title CaseConvert your text to Title Case, capitalising the first letter of each major word.
Sentence caseConvert your text to Sentence case, capitalising only the first letter of each sentence.
camelCaseConvert your text to camelCase for use in programming.
PascalCaseConvert your text to PascalCase for class names and components.
snake_caseConvert your text to snake_case with underscores between words.