In: Computer Science
Using a UTF-8 Unicode implementation, how many bytes would it require to store the string "Dog!"
INTRODUCTION:
The sum can be solved by dividing the problems in 3 sub parts
1)changing the string to ASCII form
2)changing ASCII to binary
3)Encoding binary to UTF-8 unicode
The UNICODE table is given in the answer to choose the no of bytes.