# Ordinal Number Converter

> Convert numbers to ordinals — 1st, first, primary, Roman — with the irregular cases right.

English ordinals take st, nd or rd after 1, 2 and 3 — except for 11, 12 and 13, which take th despite their final digit. That exception repeats every hundred, so 111 is 111th but 121 is 121st. This converter handles it, along with written-out words and Roman numerals.

**URL:** https://convertto.tech/t/ordinal-number-converter
**Category:** Number Tools (https://convertto.tech/c/number-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your numbers.
2. Choose the convert to.
3. Choose the language.
4. The result appears immediately — copy or download it.

## FAQ

### Why is it 11th and not 11st?

Because 11, 12 and 13 are exceptions that take "th" despite their final digits. The rule repeats every hundred, so 111 is 111th while 121 is 121st — which is why naive suffix code gets it wrong.

## Related tools

- [Roman Numeral Converter](https://convertto.tech/t/roman-numeral-converter): Convert numbers to roman numerals and roman numerals back to numbers, from 1 to 3999.
- [Binary to Decimal Converter](https://convertto.tech/t/binary-to-decimal): Convert binary numbers to decimal, hex and octal instantly.
- [Fraction to Decimal Converter](https://convertto.tech/t/fraction-to-decimal): Convert fractions to decimals and decimals back to simplified fractions.
- [Hex to Decimal Converter](https://convertto.tech/t/hex-to-decimal): Convert hexadecimal values to decimal, binary and octal.
- [Number Base Converter](https://convertto.tech/t/number-base-converter): Convert numbers between any base from 2 to 36 — binary, octal, decimal, hexadecimal and beyond.
- [Number to Words Converter](https://convertto.tech/t/number-to-words): Spell out numbers in English words — for cheques, contracts and invoices.
- [Octal to Decimal Converter](https://convertto.tech/t/octal-to-decimal): Convert octal numbers to decimal, binary and hexadecimal.
- [Percentage Converter](https://convertto.tech/t/percentage-converter): Convert between percentages, decimals, fractions, ratios and basis points.
