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 | 祭槃?禎? | 1000110111010101100111101100111100111111100100101111010100111111 | 8dd59ecf3f92f53f |
| EUC-JP | 祭槃?禎? | 1011101011010111110111001101000100111111110001001111011100111111 | bad7dcd13fc4f73f |
| UTF-8 | 祭槃커禎렦 | 111001111010010110101101111001101010011110000011111011001011101110100100111001111010011010001110111010111010000010100110 | e7a5ade6a783ecbba4e7a68eeba0a6 |
| UHC | 祭槃커禎렦 | 11110000101011101101101011101001110001001011111111101111111011101000111010110101 | f0aedae9c4bfefee8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)