Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Misc
8.8K+ articles
Mathematical
7.8K+ articles
Arrays
6.5K+ articles
Competitive Programming
3.3K+ articles
Strings
3.3K+ articles
C++ Programs
2.4K+ articles
School Programming
1.5K+ articles
ASCII
150+ posts
Recent Articles
Popular Articles
Converting an Integer to ASCII Characters in Python
Last Updated: 17 April 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
ASCII
Picked
Geeks Premier League
Geeks Premier League 2023
Program to Convert ASCII to Unicode
Last Updated: 08 February 2024
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
ASCII
Picked
DSA
Program to Convert Unicode to ASCII
Last Updated: 08 February 2024
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
ASCII
Picked
DSA
What is ASCII - A Complete Guide to Generating ASCII Code
Last Updated: 04 December 2023
The American Standard Code for Information Interchange, or ASCII, is a character encoding standard that has been a foundational element in computing for decades. It plays ...
read more
Computer Organization and Architecture
ASCII
Picked
PHP Program to Convert String to ASCII Value
Last Updated: 31 May 2024
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
ASCII
PHP
PHP-Questions
Geeks Premier League 2023
Remove k characters in a String such that ASCII sum is minimum
Last Updated: 08 February 2024
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
ASCII
DSA
Minimum cost to make the String palindrome using ASCII values
Last Updated: 08 February 2024
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
palindrome
ASCII
DSA
Maximize ascii sum removing K characters in String
Last Updated: 08 February 2024
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
Data Structures
ASCII
strings
DSA
Python Encode Unicode and non-ASCII characters into JSON
Last Updated: 26 April 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
ASCII
Picked
Technical Scripter 2022
How To Fix - UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 20: ordinal not in range(128) in Python
Last Updated: 08 February 2024
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
ASCII
Picked
Technical Scripter 2022
How to Use AsciiDoctor with Maven Project in Java?
Last Updated: 26 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
ASCII
Maven
Technical Scripter 2022
Substring with maximum ASCII sum when some ASCII values are redefined
Last Updated: 08 February 2024
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
ASCII
Picked
DSA
ASCII Value of a Character in C
Last Updated: 12 August 2024
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 Language
C Programs
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: 25 January 2022
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
Strings
Java
rotation
Java Programs
ASCII
DSA
Javascript Program to Check if a string can be formed from another string by at most X circular clockwise shifts
Last Updated: 23 May 2022
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
Strings
rotation
Web Technologies
JavaScript
ASCII
DSA
1
2
3
4
...
10
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 !