Lowercase text converter
Make everything small. Paste text stuck in caps and convert it to clean lowercase in one tap.
How to convert text to lowercase
Paste your text and tap lowercase to turn every letter small. It's the fastest way to normalize text that arrived in mixed or upper case — useful for tidying data, matching values consistently, or getting the relaxed all-lowercase look some brands and social bios use on purpose.
Common uses
Lowercasing is a quiet workhorse. Developers lowercase strings before comparing them so that Email and email match; it's standard for email addresses, tags, slugs and URLs, which are conventionally lowercase. Writers and designers use it for a deliberately casual, modern tone — think lowercase wordmarks and bio lines. And it's the quickest fix when caps lock got left on and a whole line arrived shouting.
A caveat for data
Lowercasing everything also lowers proper nouns and acronyms, so it's best for normalizing or styling rather than for prose you'll publish as-is. To turn text back into readable sentences, use the sentence case converter; to build URL-friendly slugs specifically, the slugify tool lowercases and hyphenates in one step.