Top "Encode" questions

to convert some data (e.g. string, picture) to some representation (e.g. bytes, electrical signals)

How to encode media in base64 given URL in Ruby

I'm trying to upload an image to PingFM. Their documentation says: media – base64 encoded media data. I can access this …

ruby-on-rails ruby base64 encode activesupport
Android - How to Convert String to utf-8 in android

I can't convert a String to UTF-8 in android. please help me!! s1=URLEncoder.encode("臺北市") result : %EF%BF%BDO%EF%…

java android utf-8 encode
How to encode a hyperlink in CSV formatted file?

When I try to encode a HTML anchor link in CSV file cell it becomes corrupted and not readable by …

csv hyperlink encode
Strange \n in base64 encoded string in Ruby

The inbuilt Base64 library in Ruby is adding some '\n's. I'm unable to find out the reason. For this …

ruby base64 encode
Encode string for URL (angular)

I'm trying to encode a string that's pretty complex, so that I can include it in a mailto: Component: <…

angular url encode
How to Convert Pdf to base64 and Encode / Decode

OK, I have some pdf need convert to base64 by base64encoder. finally, I use decoder to convert back to …

java pdf base64 decode encode
PHP class instance to JSON

I'm trying echo the contents of an object in a JSON format. I'm quite unexperienced with PHP and I was …

php json object encode
Python : UnicodeEncodeError: 'latin-1' codec can't encode character

I am at a scenario where I call api and based on the results from api I call database for …

python unicode encode
Encoding nested python object in JSON

I want to encode objects in JSON. But, I can not figure out how to make the output without the …

python json encode
Encode / Decode .EXE into Base64

I have a .NET exe file that I'd like to encode into a Base-64 string, and then at a later …

powershell base64 encode binaryfiles