Top "Encode" questions

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

Write Base64-encoded image to file

How to write a Base64-encoded image to file? I have encoded an image to a string using Base64. First, …

java image base64 decode encode
How to convert a string or integer to binary in Ruby?

How do you create integers 0..9 and math operators + - * / in to binary strings. For example: 0 = 0000, 1 = 0001, ... 9 = 1001 Is there a way to …

ruby binary encode
Code for decoding/encoding a modified base64 URL

I want to base64 encode data to put it in a URL and then decode it within my HttpHandler. I …

c# url base64 encode decode
Encode the url including hyphen(-) and dot(.) in php

I need the encoded URL for processing in one of the API, but it requires the full encoded URL. For …

php urlencode encode
PHP get pdf file from base64 encoded data string

I have a base64-encoded string containing a pdf. How to create a .pdf file from this encoded string using …

php pdf header base64 encode
Delete every non utf-8 symbols from string

I have a big amount of files and parser. What I Have to do is strip all non utf-8 symbols …

python mongodb encode
Using encodeURI() vs. escape() for utf-8 strings in JavaScript

I am handling utf-8 strings in JavaScript and need to escape them. Both escape() / unescape() and encodeURI() / decodeURI() work in …

javascript unicode utf-8 escaping encode
Detect base64 encoding in PHP?

Is there some way to detect if a string has been base64_encoded() in PHP? We're converting some storage from …

php base64 encode
Encode Python list to UTF-8

I have a python list that looks like that: list = [u'a', u'b', u'c'] Now I want to encode it in …

python list encode
How to set emoji by unicode in a textview?

Hi I'd like to do the following: ??? unicode = U+1F60A String emoji = getEmojiByUnicode(unicode) String text = "So happy " textview.…

android unicode textview encode emoji