The first thing you need to do is figure out exactly what encoding the server is actually receiving from the browser. Write a for loop from 1 to the len(request_content(0)) and do soemthing like this: currentLog.LogAction("char: " + Hex(Uni(Mid(request_content(0),i,1)))) -rich