Case is style, not meaning
UPPERCASE shouts. lowercase is informal. Title Case Capitalizes Most Words. Sentence case capitalizes the first letter. ToolPin Case Converter applies those mechanical rules in your browser. Nothing is uploaded. The tool is free and needs no account.
It will not detect proper nouns perfectly. “iPhone” may become “Iphone” in title case. “NASA” may become “Nasa”. After conversion, restore brand spellings by hand. It also will not lowercase the I in a mid-sentence English pronoun unless the mode says so — read the output.
Title case rules vary
Some title-case algorithms capitalize every word. Others leave short prepositions in lowercase (AP, Chicago). ToolPin uses a simple, predictable rule so you are not surprised. If you publish under a specific style guide, fix of/and/the after conversion.
Hyphenated words and apostrophes (O’Neill, state-of-the-art) are edge cases. Check them. Mixed scripts (Hindi + English) only change the Latin letters; Devanagari has no upper/lower case.
What does not change
Punctuation, numbers, and spacing stay. Emoji stay. URL paths may break if you uppercase a case-sensitive link — do not run a URL through title case. Markdown heading hashes (#) stay; you can still convert the heading text.
This is not a grammar fixer and not a translator. For counting, use Word Counter. For Markdown to HTML, use that tool. For hashing the result, SHA-256 will change when case changes — hashes are case-sensitive on the bytes.
Privacy
Local conversion is appropriate for unpublished copy and internal names. Clearing the tab clears the text.
After you convert
Paste into the CMS. If you started from a slug (my-post-title), replacing hyphens with spaces before title case gives a better heading. The converter will not invent hyphens or remove them unless that mode exists in the UI.
Alternating case, slugs, and programming identifiers
Viral “aLtErNaTiNg cAsE” is sometimes offered as a novelty mode. It is not a readability feature; skip it for anything you will publish. Programming identifiers (camelCase, snake_case) should be converted in an IDE so you do not break APIs. This page is for prose and headings.
If you pasted a URL-style slug, replace hyphens with spaces first, then title-case, then restore brand words. Going the other way — title to slug — is not what this tool does; lowercase and replace spaces with hyphens in your editor, then URL-encode if the slug will sit in a path.
All-caps legal disclaimers are often left in uppercase on purpose. Converting them to sentence case can make a contract clause look unofficial. Know the document type before you convert the whole paste.
ToolPin does not save a casing history. Keep the original in your clipboard until you like the result.