ASCII to UTF-8

# Introduction In this challenge, we required to write a program that can convert an ASCII string to a unicode string encoded by utf-8. The program should take an ASCII string as input and output the corresponding utf-8 encoded string.

|60 : 00

Click the virtual machine below to start practicing