Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: encoding

What is unicode, utf-8 , utf-16 and utf-32 ?

Posted on August 5, 2021August 6, 2021 by mohamad wael

 

What is unicode ?

– what is a string? what is text? you might ask!
– A collection of characters?
– good guess.
– and a character is ?
– any human readable one, as in ¥, or … Read More

unicode decoding, encoding, unicode, utf16, utf32, utf8

what is a character in python ?

Posted on August 5, 2019November 30, 2020 by mohamad wael

What is a character in python ?

A character in python is represented using a Unicode code point. A Unicode code point is written by using U+ followed by a number written in hexadecimal . This number written in hexadecimal … Read More

python ascii, code points, encoding, hex, octal, ord, unicode