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 | 寃??巍? | 10011011100000110011111100111111100110111101100100111111 | 9b833f3f9bd93f |
| EUC-JP | 寃??巍? | 11010101111000110011111100111111110101101101101100111111 | d5e33f3fd6db3f |
| UTF-8 | 寃곈퇘巍괏 | 111001011010111110000011111010101011001110001000111011011000011110011000111001011011011110001101111010101011010010001111 | e5af83eab388ed8798e5b78deab48f |
| UHC | 寃곈퇘巍괏 | 11101010101100101011000011101001110001011110111111101000111001001011000110100011 | eab2b0e9c5efe8e4b1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)