FileGizmo — Text tools

Convert text case

Convert text into upper, lower, title, sentence, camel, or snake case instantly.

Never uploadedYour file stays on this device
0 words0 characters0 without spaces0 UTF-16 units0 lines0 min read

Simple by design

Case converter in three steps

Convert text between common capitalization and identifier styles without uploading writing or code. Choose uppercase, lowercase, title case, sentence case, camelCase, or snake_case. The result appears in a separate read-only editor so the original remains available for comparison and another conversion.

Uppercase and lowercase use the browser’s Unicode-aware string conversion. Sentence case lowercases the input and capitalizes letters at the beginning and after sentence-ending punctuation. Title case capitalizes each whitespace-separated word; it is intentionally predictable rather than tied to one publication’s minor-word rules. Camel and snake modes remove punctuation boundaries and create developer-friendly identifiers.

Conversion happens instantly in the current page, with no server, account, or saved history. Copy the result to your clipboard or download it as a UTF-8 text file. The interface remains accessible by keyboard and adapts cleanly to mobile screens, making it useful for writers, editors, marketers, students, and developers working with naming conventions.

  1. 1

    Paste or type your source text

  2. 2

    Choose the capitalization or naming style

  3. 3

    Convert copy or download the result

Good to know

Frequently asked questions

Which case styles are included?

Uppercase, lowercase, title case, sentence case, camelCase, and snake_case are available.

Is my text uploaded?

No. Conversion runs directly in the browser page.

Does title case follow a specific style guide?

It capitalizes every whitespace-separated word rather than applying publication-specific minor-word rules.

Does camel case remove punctuation?

Yes. Words are separated from punctuation and joined into a developer-friendly identifier.