To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 怦啖 | 10011100100010001001101001010110 | 9c889a56 |
EUC-JP | 怦啖 | 11010111111010001101001110110111 | d7e8d3b7 |
UTF-8 | 怦啖 | 111001101000000010100110111001011001010110010110 | e680a6e59596 |
UHC | ?啖 | 001111111101001110111010 | 3fd3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)