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 | ????e | 0011111100111111001111110011111101100101 | 3f3f3f3f65 |
| SJIS-WIN | 祭潘??e | 10001101110101011110000001001110001111110011111101100101 | 8dd5e04e3f3f65 |
| EUC-JP | 祭潘??e | 10111010110101111101111110101111001111110011111101100101 | bad7dfaf3f3f65 |
| UTF-8 | 祭潘렫렲e | 11100111101001011010110111100110101111011001100011101011101000001010101111101011101000001011001001100101 | e7a5ade6bd98eba0abeba0b265 |
| UHC | 祭潘렫렲e | 111100001010111011011010111010111000111010111001100011101011111101100101 | f0aedaeb8eb98ebf65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)