How to Convert lowercase to UPPERCASE Text
Published 2026-01-02 ยท convertcase.in
Whether you are writing a heading, a constant in code, or fixing a formatting mistake, converting lowercase to uppercase is a common task. Here are the best methods.
Try it now โ free instant conversion
No signup ยท No limits ยท Works on all devices
1Online Method
Visit convertcase.in, paste your text, and click "UPPER CASE". Done in under 2 seconds.
2Microsoft Word Shortcut
Select text and press Shift + F3 until uppercase is shown, or go to Home โ Change Case โ UPPERCASE.
3Excel UPPER Function
Type =UPPER(A1) in an empty cell to convert the referenced cell's text to all caps.
4Python toUpper
In Python: "your text".upper() โ returns "YOUR TEXT".
Frequently Asked Questions
What is the shortcut to uppercase in Word?
Select text and press Shift+F3 to cycle through cases, or Ctrl+Shift+A for all caps.
How do I make text all caps in CSS?
Use text-transform: uppercase; in your CSS.