Cardinal to ordinal both ways: 1st 2nd 3rd suffixes, twenty-first words, plus Chinese 第N, single or batch, copy ready
- Runs locally
- Category Format Converter
- Best for Turning pasted content or local files into a handoff-friendly format.
What this tool does
Turn any whole number into its ordinal form three ways at once, with the 11/12/13 rule handled correctly. Type 1 and get 1st, type 2 and get 2nd, type 3 and get 3rd, then 4th, but 11th, 12th and 13th all keep the th suffix because the ending is decided by the last two digits, not the last one. So 21 becomes 21st, 22 becomes 22nd, 111 becomes 111th and 121 jumps back to 121st. Alongside the suffix abbreviation you get the spelled-out English ordinal word, first, twenty-first, one hundredth, and the everyday Chinese form 第一, 第二, 第21. Paste a whole column of numbers, one per line, and the batch table converts every row at once with one-click copy. Everything runs in your browser as plain JavaScript, no upload, and the shareable link reopens on the same number.
Tool details
- Input
- Text + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Format Converter · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Ordinal Number Converter fits into your work
Use it when the main problem is getting content from one practical format into another.
Conversion jobs
- Turning pasted content or local files into a handoff-friendly format.
- Previewing a conversion before you use it in a larger workflow.
- Cleaning small format mismatches without opening a full editor.
Conversion checks
- Try a small sample first when the source format is messy.
- Check character encoding, separators, and line endings after conversion.
- Keep the source until the converted output has been reviewed.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Number Base Converter Number base converter — binary, octal, decimal, hex, and any base 2-36. Bitwise too. Open
- 3 Number to Words Spell any number in English — cheque amounts, ordinals, British vs American "and" — 100% browser-only Open
Real-world use cases
Writing dates and rankings in copy
A content writer drafting an event recap needs the 1st, 2nd and 3rd place finishers and the 21st of the month spelled consistently. Paste the placement numbers, read off the correct suffix for each, and never ship a 21th or a 22rd in published copy again.
Teaching the ordinal rule to students
An English teacher explaining why 11th breaks the pattern can show the side-by-side suffix and the spelled-out word together. Type 11, 12, 13 to demonstrate the exception, then 21, 22, 23 to show the rule resuming, all on one screen with the words underneath.
Generating ordinal labels for a list or schedule
Building a numbered agenda or a leaderboard, you need first, second, third all the way down. Drop the whole column into batch mode, copy the ordinal words out, and paste them straight into your spreadsheet or slide deck without hand-typing each suffix.
Localising an interface into Chinese
A product going bilingual needs ranking labels in both English ordinals and the Chinese 第N form. The batch table gives you 1st and 第一 on the same row, so you can fill both locale columns from a single export instead of reconciling two separate lists.
Common pitfalls
Writing 11st, 12nd or 13rd. The 11 to 13 band always takes th, so it is 11th, 12th, 13th. The single-digit rule only applies after you have ruled out that band.
Assuming the suffix follows the first digit instead of the last. It is the ending that matters, 113 is 113th and not 113rd, because 13 falls in the th band even though it starts with a 1.
Adding a suffix to a decimal or fraction. Ordinals describe position in a sequence, so 2.5th is meaningless. Use whole numbers only and leave fractional values to a regular number.
Privacy
Every conversion runs as plain JavaScript inside your browser tab. The number you type, the batch list you paste, and all three ordinal forms stay on the page and are never uploaded or logged. The one thing to know: the shareable link encodes your input in the query string, so a link pasted into chat records that number in the recipient server access log. For anything sensitive, use the copy button and paste the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Add Days to Date Calculator Add or subtract days, weeks, months, and years from any date — plus a business-day mode that skips weekends. Runs entirely in your browser.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only