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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 劑??^ | 1001100110011101001111110011111101011110 | 999d3f3f5e |
| EUC-JP | 劑??^ | 1101000111111101001111110011111101011110 | d1fd3f3f5e |
| UTF-8 | 劑ㅷ뤄^ | 11100101100010101001000111100011100001011011011111101011101001001000010001011110 | e58a91e385b7eba4845e |
| UHC | 劑ㅷ뤄^ | 11110000101001011010010011100111101101111110111101011110 | f0a5a4e7b7ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)