In UTF-8 standard, a 8-bit data will occupy 2 UTF-8 bytes. For example if the data is 1001 0011
then in UTF-8, it becomes 110 0 0010 10 01 0011.
Explain how this encoding can be implemented using an assembly language program.
You can use a flowchart, a pseudo program or write an assembly language program as your
answer.