Slide 3
Slide 3
Character Encoding:
▪ It encodes characters into bytes.
▪ It informs the computers how to interpret the zero and
ones into real characters, numbers, and symbols.
▪ The computer understands only binary data; hence it is
required to convert these characters into numeric
codes.
▪ To achieve this, each character is converted into binary
code, and for this, text documents are saved with
encoding types.
▪ It can be done by pairing numbers with characters.
Type of Encoding Technique
• There are different types of Character Encoding
techniques, which are given below:
• HTML Encoding
• URL Encoding
• Unicode Encoding
• Base64 Encoding
• Hex Encoding
• ASCII Encoding
• HTML Encoding
• HTML encoding is used to display an HTML page in a
proper format. With encoding, a web browser gets to
know that which character set to be used.
• In HTML, there are various characters used in HTML
Markup such as <, >. To encode these characters as
content, we need to use an encoding.
Type of Encoding Technique
• URL Encoding
• URL (Uniform resource locator) Encoding is used to convert
characters in such a format that they can be transmitted over
the internet.