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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 將?W淨? | 10011011100100100011111101010111100111111100010000111111 | 9b923f579fc43f |
EUC-JP | 將?W淨? | 11010101111100100011111101010111110111101100011000111111 | d5f23f57dec63f |
UTF-8 | 將렚W淨렠 | 11100101101100001000011111101011101000001001101001010111111001101011011110101000111010111010000010100000 | e5b087eba09a57e6b7a8eba0a0 |
UHC | 將렚W淨렠 | 111011011110001010001110101011010101011111101111111001001000111010110001 | ede28ead57efe48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)