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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 郤門ョオO | 11100111101110101001011011100101101011101011010101001111 | e7ba96e5aeb54f |
| EUC-JP | 郤門ョオO | 111011101011110011001100111001111000111010101110100011101011010101001111 | eebccce78eae8eb54f |
| UTF-8 | 郤門ョオO | 11101001100000111010010011101001100101101000000011101111101111011010111011101111101111011011010101001111 | e983a4e99680efbdaeefbdb54f |
| UHC | ?門??O | 001111111101101010100110001111110011111101001111 | 3fdaa63f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)