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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 藥??源?? | 1110010101011010001111110011111110001100101110010011111100111111 | e55a3f3f8cb93f3f |
| EUC-JP | 藥??源?? | 1110100110111011001111110011111110111000101110110011111100111111 | e9bb3f3fb8bb3f3f |
| UTF-8 | 藥€띅源듬무 | 111010001001011110100101111000101000001010101100111010111001110110000101111001101011101010010000111010111001001110101100111010111010110010110100 | e897a5e282aceb9d85e6ba90eb93acebacb4 |
| UHC | 藥€띅源듬무 | 111001011011011110100010111001101000110110111111111010101011100110110101111010111011100110101011 | e5b7a2e68dbfeab9b5ebb9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)