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 | 11100110101101111010000111100110101010001011110101101000 | e6b7a1e6a8bd68 |
EUC-JP | 豺。讓スh | 111011001011100110001110101000011110110010101010100011101011110101101000 | ecb98ea1ecaa8ebd68 |
UTF-8 | 豺。讓スh | 11101000101100011011101011101111101111011010000111101000101011101001001111101111101111011011110101101000 | e8b1baefbda1e8ae93efbdbd68 |
UHC | 豺?讓?h | 11100011110011110011111111100101110100110011111101101000 | e3cf3fe5d33f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)