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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 豺シ蝸ケh | 11100110101101111011110011100101100101111011100101101000 | e6b7bce597b968 |
EUC-JP | 豺シ蝸ケh | 111011001011100110001110101111001110100111110111100011101011100101101000 | ecb98ebce9f78eb968 |
UTF-8 | 豺シ蝸ケh | 11101000101100011011101011101111101111011011110011101000100111011011100011101111101111011011100101101000 | e8b1baefbdbce89db8efbdb968 |
UHC | 豺?蝸?h | 11100011110011110011111111101000110001000011111101101000 | e3cf3fe8c43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)