What is text case, and which one do you need?
Text case is which letters in a piece of text are capitals. Converting case means applying one rule to all of it — every letter up, every letter down, the first letter of each sentence, or a programming convention like camelCase. Randomly's ten tools each apply one of those rules in your browser.
Every tool in this group does the same small thing and differs only in the rule it applies, which is why they belong on one page: once you know which case you want, the tool is obvious. The hard part is never the conversion. It is knowing that a headline wants Title Case but a sentence in a paragraph wants Sentence case, that Capitalize Each Word and Title Case are not the same rule, and that a variable name wants camelCase while the file it lives in probably wants kebab-case.
Every one of these tools keeps your original text on screen beside the result. That is deliberate: case is a choice you make by looking at both, and a tool that overwrites your text on the first click forces you to undo before you can compare. Try Title Case, then Sentence case, and only then copy the one you wanted — or press Apply to my text when you are sure.
Nothing is uploaded. The conversion is a few lines of JavaScript running on your own machine, so a confidential headline, a client's copy deck or an internal variable name can be converted without leaving your browser.