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 | 猪?猪途^ | 1001001010010110001111111001001010010110100100110111001001011110 | 92963f929693725e |
EUC-JP | 猪?猪途^ | 1100001111110110001111111100001111110110110001011101001101011110 | c3f63fc3f6c5d35e |
UTF-8 | 猪쭹猪途^ | 11100111100011001010101011101100101011011011100111100111100011001010101011101001100000001001010001011110 | e78caaecadb9e78caae980945e |
UHC | 猪쭹猪途^ | 111011101100010011000010111001111110111011000100110101001011001001011110 | eec4c2e7eec4d4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)