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 | 11100110101101111011110011100111100101101011111001101000 | e6b7bce796be68 |
EUC-JP | 豺シ逍セh | 111011001011100110001110101111001110110111110110100011101011111001101000 | ecb98ebcedf68ebe68 |
UTF-8 | 豺シ逍セh | 11101000101100011011101011101111101111011011110011101001100000001000110111101111101111011011111001101000 | e8b1baefbdbce9808defbdbe68 |
UHC | 豺?逍?h | 11100011110011110011111111100001110011100011111101101000 | e3cf3fe1ce3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)