Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Misc
7.8K+ articles
Mathematical
5.1K+ articles
Python Programs
3.7K+ articles
Strings
2.1K+ articles
Computer Organization & Architecture
744+ articles
microprocessor
233+ articles
system-programming
201+ articles
ASCII
153+ posts
Recent Articles
Popular Articles
Converting an Integer to ASCII Characters in Python
Last Updated: 23 July 2025
In Python, working with integers and characters is a common task, and there are various methods to convert an integer to ASCII characters. ASCII (American Standard Code fo...
read more
Python
Picked
Geeks Premier League
ASCII
Geeks Premier League 2023
ASCII Character Encoding
Last Updated: 23 July 2025
ASCII stands for American Standard Code for Information Interchange. It is a character encoding standard that has been a foundational element in computing for decades. Use...
read more
Computer Organization & Architecture
Picked
ASCII
Program to Convert Unicode to ASCII
Last Updated: 23 July 2025
Given a Unicode number, the task is to convert this into an ASCII (American Standard Code for Information Interchange) number.ASCII numberASCII is a character encoding sta...
read more
Picked
DSA
ASCII
Program to Convert ASCII to Unicode
Last Updated: 23 July 2025
In this article, we will learn about different character encoding techniques which are ASCII (American Standard Code for Information Interchange) and Unicode (Universal Co...
read more
Picked
DSA
ASCII
PHP Program to Convert String to ASCII Value
Last Updated: 23 July 2025
Given a String the task is to convert the given string into ASCII code using PHP. ASCII is the American Standard Code for Information Interchange, which is a widely used ...
read more
PHP
ASCII
PHP-Questions
Geeks Premier League 2023
Remove k characters in a String such that ASCII sum is minimum
Last Updated: 23 July 2025
Given a string s and an integer k, the task is to remove k characters from the string such that the sum of ASCII (American Standard Code for Information Interchange) value...
read more
Strings
Greedy
Sorting
DSA
ASCII
Maximize ascii sum removing K characters in String
Last Updated: 23 July 2025
Given a string s and an integer K, the task is to remove K characters from the string such that the sum of ASCII (American Standard Code for Information Interchange) value...
read more
Strings
DSA
Data Structures
ASCII
strings
Minimum cost to make the String palindrome using ASCII values
Last Updated: 23 July 2025
Given an input string S, the task is to make it a palindrome and calculate the minimum cost for making it a palindrome, where you are allowed to use any one of the followi...
read more
Strings
DSA
palindrome
ASCII
Python Encode Unicode and non-ASCII characters into JSON
Last Updated: 23 July 2025
This article will provide a comprehensive guide on how to work with Unicode and non-ASCII characters in Python when generating and parsing JSON data. We will look at the d...
read more
Technical Scripter
Python
Picked
Technical Scripter 2022
ASCII
How to Use AsciiDoctor with Maven Project in Java?
Last Updated: 28 April 2025
AsciiDoc is nothing but a text document mainly used to prepare help documents, and documentation on various concepts like documenting web pages, product review pages, etc....
read more
Java
Project
Technical Scripter
Technical Scripter 2022
ASCII
Maven
How To Fix - UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 20: ordinal not in range(128) in Python
Last Updated: 23 July 2025
Several errors can arise when an attempt to change from one datatype to another is made. The reason is the inability of some datatype to get casted/converted into others. ...
read more
Technical Scripter
Python
Picked
Technical Scripter 2022
ASCII
Substring with maximum ASCII sum when some ASCII values are redefined
Last Updated: 23 July 2025
Given a string W, and two arrays X[] and B[] of size N each where the ASCII value of character X[i] is redefined to B[i]. Find the substring with the maximum sum of the AS...
read more
Strings
Picked
DSA
ASCII
ASCII Value of a Character in C
Last Updated: 23 July 2025
In this article, we will discuss about the ASCII values that are bit numbers used to represent the character in the C programming language. We will also discuss why the AS...
read more
C Programs
C Language
ASCII
C Basic Programs
C++ Program To Print ASCII Value of a Character
Last Updated: 23 July 2025
Given a character, we need to print its ASCII value in C++. Examples:Input: a Output: 97Input: DOutput: 68Using Type ConversionHere int() is used to convert a character to...
read more
C++ Programs
C++
ASCII
C Basic Programs
Java Program for Check if a string can be formed from another string by at most X circular clockwise shifts
Last Updated: 23 July 2025
Given an integer X and two strings S1 and S2, the task is to check that string S1 can be converted to the string S2 by shifting characters circular clockwise atmost X time...
read more
Java
rotation
ASCII
1
2
3
4
...
11
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !