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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 證ヲ阮ケ魴ッO | 11100110100110101010011011101000100101101011100111101001101101011010111101001111 | e69aa6e896b9e9b5af4f |
| EUC-JP | 證ヲ阮ケ魴ッO | 11101011111110101000111010100110111011111111011010001110101110011111001010110111100011101010111101001111 | ebfa8ea6eff68eb9f2b78eaf4f |
| UTF-8 | 證ヲ阮ケ魴ッO | 11101000101011011000100111101111101111011010011011101001100110001010111011101111101111011011100111101001101011011011010011101111101111011010111101001111 | e8ad89efbda6e998aeefbdb9e9adb4efbdaf4f |
| UHC | 證?阮???O | 111100011111101100111111111010001101011000111111001111110011111101001111 | f1fb3fe8d63f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)