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.