Great code actually, I don't see anything to pick on, except that you could space out the words and symbols, like:
for char in string:uni=uni+str(ord(char))+","
print uni+"\n"
x+=1
Would make the code more readable.
Also you might want to add more explanation about what it does.