Turn Urdu characters into their decimal code point numbers, and turn decimal numbers back into characters, both ways in one tool.
Quick Answer
The Urdu Unicode Decimal Converter works both ways. Paste characters and it gives the decimal code point of each; paste decimal numbers and it gives the characters they stand for. Decimal is the plain base-ten number for a character, the form used in HTML numeric entities. Everything runs in your browser.
Convert Decimal and Characters
Paste characters to get decimals, or decimals to get characters.
Conversion result
- Direction
- –
- Items
- 0
- Characters
- 0
- Result length
- 0
Character preview
Rate This Tool
Tap a star to rate the Urdu Unicode Decimal Converter.
What the Urdu Unicode Decimal Converter Does
The Urdu Unicode Decimal Converter converts between characters and their decimal code point numbers in both directions. Paste characters and it lists the decimal number of each; paste decimal numbers and it builds the characters they stand for.
Decimal is the plain base-ten form of a code point, the one you see inside an HTML numeric entity, so this converter is handy whenever you are working with numbers rather than hex.
Everything runs on your own device. Your input is never uploaded or stored, so it stays private.
How to Convert
- Paste your input. Enter characters, or decimal numbers separated by spaces.
- Read the result. See the decimal numbers, or the characters.
- Add hex if you like. Turn on the hex option to see both forms.
- Copy or download. Copy the result, or save it as a text file.
What a Decimal Code Point Is
Every character has a code point, a number that identifies it in Unicode. That number can be written in hex, the base-sixteen form, or in decimal, the plain base-ten form we count with. The letter alef, for example, has the same code point in both, just written two ways.
Decimals Back to Characters
If your input is decimal numbers, the converter reads each one as a code point and builds the character it stands for, joining them into a string shown in the preview. This is the way back from a list of numbers to the text they represent.
The HTML Entity
A decimal code point is what sits inside an HTML numeric entity, the ampersand-hash form used to write a character on a web page. With the entity option on, the converter shows that form too, so you can drop the character straight into your markup.
A Worked Example
Input:
Loading example…
Result:
Loading example…
The live converter is preparing this example…
The result above comes from the same function the tool uses, so it reflects real behavior. Press Load Example to try it.
Who Uses This Converter
Web developers use it to get the decimal for an entity. Students use it to learn code points. Anyone with a list of numbers uses it to read the text.
Accuracy and Limits
The conversion uses the browser’s own text handling, so it is exact both ways. When the whole input reads as decimal numbers it builds characters; otherwise it reads the input as characters, so a stray letter switches the direction, which the result makes clear.
Good to know: for hex input or the U plus form, the hex converter or the code point lookup is a better fit.
Your Data Stays Private
The converter runs fully in your browser with standard web technology. Your input is not uploaded or stored, and it is not sent to any analytics service. Only your star rating is sent, to record the tool’s rating. When you close the page, your input is gone.
Frequently Asked Questions
What does the Urdu Unicode Decimal Converter do?
It converts both ways: characters to their decimal code point numbers, and decimal numbers to the characters they stand for.
What is a decimal code point?
The plain base-ten form of a character’s Unicode number, the same value as the hex code point but written in the numbers we count with.
How does it know the direction?
If the whole input reads as decimal numbers, it builds characters; otherwise it reads the input as characters and gives their decimals.
What is the HTML entity form?
The ampersand-hash form that writes a character on a web page using its decimal code point, shown when the entity option is on.
How is this different from the hex converter?
This works in decimal, the base-ten form; the hex converter works in hex, the base-sixteen form used in most code point notation.
Is my data safe?
Yes. Everything runs in your browser. Your text is never uploaded, saved, or shared.
Is this tool free?
Yes, it is completely free and needs no account to use.
Does it work on mobile?
Yes. It works on phones, tablets, and computers.
Explore More Free Urdu Unicode and RTL Tools
Inspectors, detectors, cleaners, and normalizers built for real Urdu Unicode text.
Open the Urdu Tools hubSources and standards
- The Unicode Standard and code charts (Arabic block U+0600, Arabic Supplement, Presentation Forms). unicode.org/charts
- UAX #9, Unicode Bidirectional Algorithm (RTL, marks, isolates, overrides). unicode.org/reports/tr9
- UAX #15, Unicode Normalization Forms (NFC, NFD, NFKC, NFKD). unicode.org/reports/tr15
- MDN Web Docs, String.prototype.normalize and code point methods. developer.mozilla.org
This free tool converts between characters and their decimal code points in both directions using the browser’s own text handling. A whole input that reads as decimal numbers gives characters; otherwise it reads characters. For hex, use the hex converter. Your star rating is stored on the site.