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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 畑??宜?^ | 1001010010101000001111110011111110001011010110000011111101011110 | 94a83f3f8b583f5e |
| EUC-JP | 畑??宜?^ | 1100100010101010001111110011111110110101101110010011111101011110 | c8aa3f3fb5b93f5e |
| UTF-8 | 畑대씣宜턯^ | 11100111100101011001000111101011100011001000000011101100100101001010001111100101101011101001110011101101100001001010111101011110 | e79591eb8c80ec94a3e5ae9ced84af5e |
| UHC | 畑대씣宜턯^ | 1110111110100101101101001110101110011101101101111110101111110001101101100111000001011110 | efa5b4eb9db7ebf1b6705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)