# 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.
Click the virtual machine below to start practicing