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 | 葯居州蓼 | 1110010011011110100010111000111110001111010000101110010011111000 | e4de8b8f8f42e4f8 |
| EUC-JP | 葯居州蓼 | 1110100011100000101101011110111110111101101000111110100011111010 | e8e0b5efbda3e8fa |
| UTF-8 | 葯居州蓼 | 111010001001000110101111111001011011000110000101111001011011011110011110111010001001001110111100 | e891afe5b185e5b79ee893bc |
| UHC | 葯居州蓼 | 1110010110110101110010111101110011110001101101101101011011111110 | e5b5cbdcf1b6d6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)