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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 閧鍋」ッ豬ャh | 11101000100000101001001111100111101000111010111111100110101101011010110001101000 | e88293e7a3afe6b5ac68 |
EUC-JP | 閧鍋」ッ豬ャh | 11101111111000101100011011101001100011101010001110001110101011111110110010110111100011101010110001101000 | efe2c6e98ea38eafecb78eac68 |
UTF-8 | 閧鍋」ッ豬ャh | 11101001100101101010011111101001100011011000101111101111101111011010001111101111101111011010111111101000101100011010110011101111101111011010110001101000 | e996a7e98d8befbda3efbdafe8b1acefbdac68 |
UHC | ?鍋????h | 0011111111001110101001110011111100111111001111110011111101101000 | 3fcea73f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)