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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 拗???〓?^ | 100111010101100000111111001111110011111110000001101011000011111101011110 | 9d583f3f3f81ac3f5e |
EUC-JP | 拗??縕〓?^ | 1101100110111001001111110011111110001111110101001100001010100010101011100011111101011110 | d9b93f3f8fd4c2a2ae3f5e |
UTF-8 | 拗룸젪縕〓젛^ | 11100110100010111001011111101011101000111011100011101100101000001010101011100111101110001001010111100011100000001001001111101100101000001001101101011110 | e68b97eba3b8eca0aae7b895e38093eca09b5e |
UHC | 拗룸젪縕〓젛^ | 11101000111100111011011111101011101000001010001011101000101100101010000111101011101000001001011101011110 | e8f3b7eba0a2e8b2a1eba0975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)