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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 賃?贓?B | 10010010110000000011111111100110110110010011111101000010 | 92c03fe6d93f42 |
EUC-JP | 賃?贓?B | 11000100110000100011111111101100110110110011111101000010 | c4c23fecdb3f42 |
UTF-8 | 賃렪贓렪B | 11101000101100111000001111101011101000001010101011101000101101001001001111101011101000001010101001000010 | e8b383eba0aae8b493eba0aa42 |
UHC | 賃렪贓렪B | 111011001111110010001110101110001110110111111100100011101011100001000010 | ecfc8eb8edfc8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)