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 | 寃?乞日? | 1001101110000011001111111000110011101110100100111111101000111111 | 9b833f8cee93fa3f |
| EUC-JP | 寃?乞日? | 1101010111100011001111111011100011110000110001101111110000111111 | d5e33fb8f0c6fc3f |
| UTF-8 | 寃곡乞日렦 | 111001011010111110000011111010101011001110100001111001001011100110011110111001101001011110100101111010111010000010100110 | e5af83eab3a1e4b99ee697a5eba0a6 |
| UHC | 寃곡乞日렦 | 11101010101100101011000011101110110010111111011111101100111011011000111010110101 | eab2b0eecbf7eced8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)