You can use one of these methods to convert number to an ASCII / Unicode / UTF-16 character:

You can use these methods convert the value of the specified 32-bit signed integer to its Unicode character:

char c = (char)65;
char c = Convert.ToChar(65); 

Also, ASCII.GetString decodes a range of bytes from a byte array into a string:

string s = Encoding.ASCII.GetString(new byte[]{ 65 });

Keep in mind that, ASCIIEncoding does not provide error detection. Any byte greater than hexadecimal 0x7F is decoded as the Unicode question mark ("?").

Answer from Farhad Jabiyev on Stack Overflow
๐ŸŒ
Alfredstate
web.alfredstate.edu โ€บ faculty โ€บ weimandn โ€บ miscellaneous โ€บ ascii โ€บ ascii_index.html
ASCII Conversion Chart
&nbsp Likewise you can generate the ASCII code from the number by adding 30h or by ORing with 30h. &nbsp Try to visualize what is happening while using the decimal version of the ASCII code and you will soon see why I am using hex. &nbsp Don't those forms that want your credit card number without ...
๐ŸŒ
RapidTables
rapidtables.com โ€บ convert โ€บ number โ€บ ascii-hex-bin-dec-converter.html
ASCII text,Hex,Binary,Decimal,Base64 converter
Enter ASCII text or hex/binary/decimal numbers: Hex/decimal/octal/binary number converter โ–บ ยท Hex to ASCII converter โ–บ ยท ASCII to binary converter ยท Binary to ASCII converter ยท Hex to ASCII converter ยท Hex/decimal/octal/binary converter ยท Base64 decoder ยท
๐ŸŒ
Utilities and Tools
utilities-online.info โ€บ ascii-to-decimal
ASCII to Decimal Converter
You can also use our decimal to ASCII converter to reverse this process ยท The American Standard Code for Information Interchange โ€œASCIIโ€ is the character encoding standard for electronic communication to transfer text. It is based on 128 7-bit codes including 26 English Alphabets both in uppercase and lowercase. ASCII characters also include numbers ...
๐ŸŒ
PrepostSEO
prepostseo.com โ€บ tool โ€บ decimal-to-ascii
Decimal to ASCII Converter (dec to ascii)
In this case, the ASCII output for 66 44 55 in decimal format would be B,7. A key advantage of using an online tool is that you do not need to have in-depth knowledge of the conversion stages. You do not need to learn the process in detail and understand the logic applied. Using this tool is extremely easy but the output is very productive. You can convert as many numbers in decimal format to ASCII as you want.
๐ŸŒ
Browserling
browserling.com โ€บ tools โ€บ text-to-ascii
Text to ASCII Code Converter - Chars to ASCII Numbers - Online - Browserling Web Developer Tools
World's simplest online string to ASCII converter for web developers and programmers. Just paste your text in the form below, press the Convert to ASCII button, and you'll get ASCII values. Press a button โ€“ get ASCII.
๐ŸŒ
Quora
quora.com โ€บ What-is-the-method-of-converting-the-decimal-number-to-ASCII-code
What is the method of converting the decimal number to ASCII code? - Quora
Adding 48 to a decimal number between 0 and 9 will give the ASCII code of that digit. So to convert, say, 73950 decimal to ASCII, add 48 to the value of each digit: 55, 51, 57, 53, 48.
๐ŸŒ
RapidTables
rapidtables.com โ€บ convert โ€บ number โ€บ hex-to-ascii.html
Hex to String | Hex to ASCII Converter
Enter hex code bytes with any prefix / postfix / delimiter and press the Convert button (e.g. 45 78 61 6d 70 6C 65 21): * ASCII text encoding uses fixed 1 byte for each character. ** UTF-8 text encoding uses a variable number of bytes for each character. This requires a delimiter between each ...
Find elsewhere
๐ŸŒ
Online Tools
onlinetools.com โ€บ ascii โ€บ convert-decimal-to-ascii
Convert Decimal to ASCII โ€“ Online ASCII Tools
A simple browser-based utility that converts decimal numbers to ASCII text. Just paste your decimal numbers in the input area and you will instantly get ASCII chars in the output area. Fast, free, and without ads. Import decimals โ€“ get ASCII.
๐ŸŒ
Utilities and Tools
utilities-online.info โ€บ decimal-to-ascii
Decimal to ASCII Converter
Decimal to ASCII converter converts decimal numbers into ASCII format. Enter the binary numbers in this binary to ASCII translator to convert into ASCII characters.
๐ŸŒ
AllMath
allmath.com โ€บ decimal-to-ascii.php
Decimal to ASCII Converter
Decimal to ASCII Converter converts decimal to ASCII and ASCII to decimal as well. It also converts decimal to hex, binary, and octal.
๐ŸŒ
Online Tools
onlinetools.com โ€บ ascii โ€บ convert-ascii-to-decimal
Convert ASCII to Decimal โ€“ Online ASCII Tools
Quickly convert ASCII symbols to hexadecimal values. ... Quickly convert hexadecimal numbers to ASCII symbols.
๐ŸŒ
Calculators Tech
calculators.tech โ€บ decimal-to-ascii
Decimal to ASCII
You can convert decimal numbers to ASCII by using the decimal to text converter above. Or the ASCII table can be used to match the decimal numbers to the ASCII characters. Check the ASCII table below; we will use this table to convert some decimal numbers to the ASCII system.
๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ python โ€บ converting-an-integer-to-ascii-characters-in-python
Converting an Integer to ASCII Characters in Python - GeeksforGeeks
July 23, 2025 - In this example, below code uses list comprehension to create a list containing the ASCII character representation of the integer value 72 and then joins the characters into a string using `join()`. Finally, it prints the result with a label. ... In this example, below code applies the `chr()` function using `map()` to convert the integer value 72 to its ASCII character representation, then joins the characters into a string using `join()`. The result, 'H', is printed along with a label: "Using map() Function: H".
๐ŸŒ
Browserling
browserling.com โ€บ tools โ€บ ascii-to-text
ASCII Code to Text Converter - ASCII Numbers to Chars - Online - Browserling Web Developer Tools
Useful, free online tool that converts ASCII codes to readable text. No ads, nonsense, or garbage, just an ASCII converter. Press a button โ€“ get the result.
๐ŸŒ
Omni Calculator
omnicalculator.com โ€บ other โ€บ ascii-converter
ASCII Converter
December 11, 2025 - This ASCII converter will allow you to convert between text, binary, hexadecimal, and decimal numbers.
๐ŸŒ
Binary Hex Decimal Converter
binaryhexconverter.com โ€บ binary-to-ascii-text-converter
Binary to Ascii Text Converter
In order to use this binary to ascii text converter tool, type a binary value, i.e. 011110010110111101110101, to get "you" and push the convert button. You can convert up to 1024 binary characters to ascii text. Decode binary to ascii text readable format. ... The binary numeral system uses ...
๐ŸŒ
Convert Town
convert.town โ€บ ascii-to-text
Convert Ascii Numbers to Text online
We love to create useful tools at Convert Town. Send some feedback our way by emailing us at info@convert.town. We would love to hear from you. ... Thanks โ€” feedback sent. Convert ASCII codes into Normal Text instantly with this free in-browser tool.
๐ŸŒ
EaseCloud
easecloud.io โ€บ home โ€บ tools โ€บ number converters โ€บ text to ascii converter
Text to ASCII Converter - Free Online Tool | EaseCloud
1 week ago - Using our text to ASCII converter is simple: paste or enter your text into the input field, and the ASCII codes appear instantly. Each character is converted to its corresponding ASCII value (typically displayed as decimal numbers).