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 | 弔陌?異? | 1001001010100010111010001001100100111111100010001101100100111111 | 92a2e8993f88d93f |
| EUC-JP | 弔陌?異? | 1100010010100100111011111111100100111111101100001101101100111111 | c4a4eff93fb0db3f |
| UTF-8 | 弔陌섐異렕 | 111001011011110010010100111010011001100110001100111011001000010010010000111001111001010110110000111010111010000010010101 | e5bc94e9998cec8490e795b0eba095 |
| UHC | 弔陌섐異렕 | 11110000110000001101100011101000101111001010101111101100101101101000111010101010 | f0c0d8e8bcabecb68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)