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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葯耶ゥサ葯 | 1110010011011110100101101110101110101001101110111110010011011110 | e4de96eba9bbe4de |
EUC-JP | 葯耶ゥサ葯 | 11101000111000001100110011101101100011101010100110001110101110111110100011100000 | e8e0cced8ea98ebbe8e0 |
UTF-8 | 葯耶ゥサ葯 | 111010001001000110101111111010001000000010110110111011111011110110101001111011111011110110111011111010001001000110101111 | e891afe880b6efbda9efbdbbe891af |
UHC | 葯耶??葯 | 1110010110110101111001011010110100111111001111111110010110110101 | e5b5e5ad3f3fe5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)