Text Case Converter
Convert text to uppercase, lowercase, title case, and sentence case online. Fast browser-based text case conversion with copy-ready output.
INPUT
0 charsOUTPUT
Use cases
Uppercase converter
Turn names, labels, headings, constants, and short messages into all-caps text without changing the words themselves.
Lowercase converter
Normalize pasted text into lowercase for tags, slugs, search cleanup, or quick formatting before another workflow.
Title case and sentence case
Use title case for headings and sentence case for cleaner paragraphs, support copy, or notes that should read naturally.
Examples
Frequently Asked Questions
Is my text uploaded?+
No. The conversion happens locally in your browser.
Can I convert long text?+
Yes. Long text works as long as your browser can comfortably handle it.
Related Tools
API preview
Endpoint
POST
/api/text/caseRequest
{
"text": "hello world",
"type": "uppercase"
}Response
{
"result": "HELLO WORLD"
}