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 | 10001111101010111011001010001111101000101011010001101000 | 8fabb28fa2b468 |
EUC-JP | 将イ召エh | 101111101010110110001110101100101011111010100100100011101011010001101000 | bead8eb2bea48eb468 |
UTF-8 | 将イ召エh | 11100101101100001000011011101111101111011011001011100101100011111010110011101111101111011011010001101000 | e5b086efbdb2e58facefbdb468 |
UHC | ??召?h | 001111110011111111100001101011110011111101101000 | 3f3fe1af3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)