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 | 奚??奚??^ | 100110101111011000111111001111111001101011110110001111110011111101011110 | 9af63f3f9af63f3f5e |
EUC-JP | 奚??奚??^ | 110101001111100000111111001111111101010011111000001111110011111101011110 | d4f83f3fd4f83f3f5e |
UTF-8 | 奚숨ㄷ奚숨ㄷ^ | 11100101101001011001101011101100100010001010100011100011100001001011011111100101101001011001101011101100100010001010100011100011100001001011011101011110 | e5a59aec88a8e384b7e5a59aec88a8e384b75e |
UHC | 奚숨ㄷ奚숨ㄷ^ | 11111010101010001011110011111011101001001010011111111010101010001011110011111011101001001010011101011110 | faa8bcfba4a7faa8bcfba4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)