Home All Tools About Contact
Active format: UPPERCASE  —  All characters in upper case
Input
Output — UPPERCASE

Format Reference

FormatExampleUsed InNotes
UPPERCASEHELLO WORLDWritingHeadings, acronyms, emphasis
lowercasehello worldWritingCasual text, hashtags, filenames
Title CaseHello WorldWritingArticle titles, headings, book names
Sentence caseHello worldWritingNormal sentences, captions, labels
camelCasehelloWorldDeveloperJavaScript variables, JSON keys, React props
PascalCaseHelloWorldDeveloperClass names, React components, TypeScript types
snake_casehello_worldDeveloperPython variables, SQL columns, file names
kebab-casehello-worldDeveloperCSS classes, HTML attributes, URL slugs
CONSTANT_CASEHELLO_WORLDDeveloperConstants, environment variables, macros
dot.casehello.worldDeveloperConfig keys, i18n/l10n identifiers
aLtErNaTiNghElLo wOrLdFunSarcastic mocking text (SpongeBob meme)
iNVERSEHEllo WOrldFunFlips every character's case

Frequently Asked Questions

What's the difference between Title Case and Sentence case?
Title Case capitalises the first letter of every word — The Quick Brown Fox. Sentence case only capitalises the first letter of the entire string (or each sentence) — The quick brown fox. Use Title Case for article headlines and book titles; Sentence case for labels, captions, and UI text.
Can I convert camelCase or snake_case back to normal text?
Yes — the converter intelligently detects word boundaries in any format before converting. Paste getUserProfileData and convert it to Title Case to get Get User Profile Data. It handles camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE as input.
What's camelCase and when do I use it?
camelCase joins words without spaces, capitalising the first letter of each word except the first — myVariableName. It's the standard for variable and function names in JavaScript, Java, and many other languages. PascalCase is the same but with the first letter also capitalised — used for class names and React components.
Does this work with multiple lines and paragraphs?
Yes. All formats except developer cases (camelCase, snake_case, etc.) preserve your line breaks and paragraph structure. Developer formats work best on single identifiers, but will process multiple words correctly. You can paste an entire document and convert it.
What is "Use as input" for?
It moves the converted output back into the input field so you can chain conversions. For example: paste some text → convert to Title Case → click "Use as input" → convert to kebab-case. Useful for multi-step transformations.

Also searched as

text case converter free online uppercase to lowercase converter title case converter no signup camelcase converter online free snake_case converter browser tool convert text case no server kebab case converter free change text case private online sentence case converter tool case converter for developers free

Related Tools

Word Counter Base64 Encoder CSV to JSON