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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 藥??遊 | 111001010101101000111111001111111001011101010110 | e55a3f3f9756 |
| EUC-JP | 藥??遊 | 111010011011101100111111001111111100110110110111 | e9bb3f3fcdb7 |
| UTF-8 | 藥쎌꼦遊 | 111010001001011110100101111011001000111010001100111010101011110010100110111010011000000110001010 | e897a5ec8e8ceabca6e9818a |
| UHC | 藥쎌꼦遊 | 1110010110110111101111011110110010000100100000111110101110110100 | e5b7bdec8483ebb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)