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 | 蹟????^ | 10010000110101100011111100111111001111110011111101011110 | 90d63f3f3f3f5e |
| EUC-JP | 蹟????^ | 11000000110110000011111100111111001111110011111101011110 | c0d83f3f3f3f5e |
| UTF-8 | 蹟얘렎렟렲^ | 11101000101110011001111111101100100101101001100011101011101000001000111011101011101000001001111111101011101000001011001001011110 | e8b99fec9698eba08eeba09feba0b25e |
| UHC | 蹟얘렎렟렲^ | 1110111011100111101111101110101010001110101001001000111010110000100011101011111101011110 | eee7beea8ea48eb08ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)