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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 祭攀??? | 10001101110101011001110110110011001111110011111100111111 | 8dd59db33f3f3f |
| EUC-JP | 祭攀??? | 10111010110101111101101010110101001111110011111100111111 | bad7dab53f3f3f |
| UTF-8 | 祭攀렯얜ㄼ | 111001111010010110101101111001101001010010000000111010111010000010101111111011001001011010011100111000111000010010111100 | e7a5ade69480eba0afec969ce384bc |
| UHC | 祭攀렯얜ㄼ | 11110000101011101101101011100111100011101011110010111110111010111010010010101100 | f0aedae78ebcbeeba4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)