Top "Utf" questions

Unicode Transformation Format (8/16/32/...) used for encoding Unicode code points

Unicode, UTF, ASCII, ANSI format differences

What is the difference between the Unicode, UTF8, UTF7, UTF16, UTF32, ASCII, and ANSI encodings? In what way are these …

unicode character-encoding ascii ansi utf
UTF-8, UTF-16, and UTF-32

What are the differences between UTF-8, UTF-16, and UTF-32? I understand that they will all store Unicode, and that each …

unicode utf-8 utf-16 utf utf-32
Which encoding opens CSV files correctly with Excel on both Mac and Windows?

We have a web app that exports CSV files containing foreign characters with UTF-8, no BOM. Both Windows and Mac …

windows excel macos csv utf
Difference between UTF-8 and UTF-16?

Difference between UTF-8 and UTF-16? Why do we need these? MessageDigest md = MessageDigest.getInstance("SHA-256"); String text = "This is some …

java unicode utf-8 utf-16 utf
How to convert php array to utf8?

I have an array: require_once ('config.php'); require_once ('php/Db.class.php'); require_once ('php/Top.class.php'); …

php arrays utf
<0xEF,0xBB,0xBF> character showing up in files. How to remove them?

I am doing compressing of JavaScript files and the compressor is complaining that my files have  character in them. How …

file unicode utf-8 utf
Is there a field in which PDF files specify their encoding?

I understand that it is impossible to determine the character encoding of any stringform data just by looking at the …

pdf unicode utf
How many characters can be mapped with Unicode?

I am asking for the count of all the possible valid combinations in Unicode with explanation. I know a char …

unicode utf-8 utf
What characters do not directly map from Cp1252 to UTF-8?

I've read in several stackoverflow answers that some characters do not directly map (or are even "unmappable") when converting from …

utf-8 character-encoding utf codepages cp1252
How to convert 'u00e9' into a utf8 char, in mysql or php?

Im doing some data cleansing on some messy data which is being imported into mysql. The data contains 'pseudo' unicode …

php mysql unicode character-encoding utf