Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Find out: what is the hexadecimal value?

hexadecimal value
0
Posted

Find out: what is the hexadecimal value?

0

SELECT HEX(your_column_name) FROM your_table_name; If you see 3F, then that really is the encoding for ?, so no wonder you see “?”. Probably this happened because of a problem converting a particular character from your client character set to the target character set. • Find out: is a literal round trip possible, that is, if you select “literal” (or “_introducer hexadecimal-value”) do you get “literal” as a result? For example, with the Japanese Katakana Letter Pe, which looks like ペ’, and which exists in all CJK character sets, and which has the code point value (hexadecimal coding) 0x30da, enter: SELECT ‘ペ’ AS `ペ`; /* or SELECT _ucs2 0x30da; */ If the result doesn’t look like ペ, a round trip failed. For bug reports, we might ask people to follow up with SELECT hex(‘ペ’);. Then we can see whether the client encoding is right. • Find out: is it the browser or application? Just use mysql (the MySQL client program, which on Windows will be mysql.exe). If mysql displays correctly but your

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.