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 | 11101000101010001011011111100101100101111011100101101000 | e8a8b7e597b968 |
EUC-JP | 險キ蝸ケh | 111100001010101010001110101101111110100111110111100011101011100101101000 | f0aa8eb7e9f78eb968 |
UTF-8 | 險キ蝸ケh | 11101001100110101010101011101111101111011011011111101000100111011011100011101111101111011011100101101000 | e99aaaefbdb7e89db8efbdb968 |
UHC | 險?蝸?h | 11111010110011110011111111101000110001000011111101101000 | facf3fe8c43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)