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 | 悟??由? | 10001100111001010011111100111111100101110101001000111111 | 8ce53f3f97523f |
| EUC-JP | 悟??由? | 10111000111001110011111100111111110011011011001100111111 | b8e73f3fcdb33f |
| UTF-8 | 悟뽯씣由첕 | 111001101000001010011111111010111011110110101111111011001001010010100011111001111001010010110001111011001011001010010101 | e6829febbdafec94a3e794b1ecb295 |
| UHC | 悟뽯씣由첕 | 11100111111101101001011011101011100111011011011111101011101001101010101101000010 | e7f696eb9db7eba6ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)