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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | ?渟??渟?B | 001111111001111111011001001111110011111110011111110110010011111101000010 | 3f9fd93f3f9fd93f42 |
| EUC-JP | ?渟??渟?B | 001111111101111011011011001111110011111111011110110110110011111101000010 | 3fdedb3f3fdedb3f42 |
| UTF-8 | 뤺渟ㆍ뤺渟ㆍB | 11101011101001001011101011100110101110001001111111100011100001101000110111101011101001001011101011100110101110001001111111100011100001101000110101000010 | eba4bae6b89fe3868deba4bae6b89fe3868d42 |
| UHC | 뤺渟ㆍ뤺渟ㆍB | 10001111111010001110111111100101101001001111110110001111111010001110111111100101101001001111110101000010 | 8fe8efe5a4fd8fe8efe5a4fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)