Press ↑↓ to navigate ·
Enter to open ·
/ anywhere to search
Aa Case Tool
Case Converter
Convert text between all popular case formats — uppercase, lowercase, title case, camelCase, snake_case, kebab-case, and more.
10 case formats
Real-time conversion
All formats at once
One-click copy
UPPERCASE
HELLO WORLD
lowercase
hello world
Title Case
Hello World
Sentence case
Hello world
camelCase
helloWorld
PascalCase
HelloWorld
snake_case
hello_world
kebab-case
hello-world
CONSTANT_CASE
HELLO_WORLD
dot.case
hello.world
tOGGLE cASE
hELLO wORLD
aLtErNaTe
hElLo wOrLd
Input Text
Title Case
📋 All Case Formats at Once
FormatResultCopy
About this tool
The PixelForge Text Case Converter instantly transforms any text into uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and more. Developers use it to convert variable names between naming conventions. Writers use it to fix capitalisation errors in bulk. It handles accented characters and works entirely in your browser with no installation required. Paste any amount of text and switch between cases with a single click.
Frequently Asked Questions
The tool supports UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and dot.case.
Yes. Accented characters like é, ü, and ñ are preserved correctly when converting case where the JavaScript locale supports them.
Yes. Paste a block of code or a list of variable names and choose your target case. The tool converts all words in the input.
There is no practical limit. The tool handles large documents without issues since all processing is done in the browser.
camelCase starts with a lowercase letter (myVariableName). PascalCase starts with an uppercase letter (MyVariableName). Both are used widely in programming.