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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
| SJIS-WIN | 藥?????Y | 1110010101011010001111110011111100111111001111110011111101011001 | e55a3f3f3f3f3f59 |
| EUC-JP | 藥?????Y | 1110100110111011001111110011111100111111001111110011111101011001 | e9bb3f3f3f3f3f59 |
| UTF-8 | 藥먨벼溫뚳슛Y | 11101000100101111010010111101011101010001010100011101011101100101011110011100110101110101010101111101011100110101011001111101100100010101001101101011001 | e897a5eba8a8ebb2bce6baabeb9ab3ec8a9b59 |
| UHC | 藥먨벼溫뚳슛Y | 11100101101101111001000011100101101110101010110111101000101011101000110011101111101111011011100001011001 | e5b790e5baade8ae8cefbdb859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)