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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 錚?雍?^ | 11101000010000100011111111101000101101000011111101011110 | e8423fe8b43f5e |
EUC-JP | 錚?雍?^ | 11101111101000110011111111110000101101100011111101011110 | efa33ff0b63f5e |
UTF-8 | 錚렟雍렑^ | 11101001100011001001101011101011101000001001111111101001100110111000110111101011101000001001000101011110 | e98c9aeba09fe99b8deba0915e |
UHC | 錚렟雍렑^ | 111011101011011010001110101100001110100010111100100011101010011001011110 | eeb68eb0e8bc8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)