Skip to content Skip to sidebar Skip to footer
Showing posts with the label Encode

Encode/decode Hex To Utf-8 String

Working on web application which accepts all UTF-8 character's including greek characters follo… Read more Encode/decode Hex To Utf-8 String

Base64 Encoding In Javascript With Bit Shifting

I have the following decode/encode routine. However, the encoding is not working properly (it shoul… Read more Base64 Encoding In Javascript With Bit Shifting