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 | 11100111101001101011100111100111100110111011001011100011100010011010100101101000 | e7a6b9e79bb2e389a968 |
EUC-JP | 遖ケ逶イ繪ゥh | 11101110101010001000111010111001111011011111101110001110101100101110010111101001100011101010100101101000 | eea88eb9edfb8eb2e5e98ea968 |
UTF-8 | 遖ケ逶イ繪ゥh | 11101001100000011001011011101111101111011011100111101001100000001011011011101111101111011011001011100111101110011010101011101111101111011010100101101000 | e98196efbdb9e980b6efbdb2e7b9aaefbda968 |
UHC | ????繪?h | 0011111100111111001111110011111111111100111010110011111101101000 | 3f3f3f3ffceb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)