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 | 葹や散繪 | 1110010011011111100000101110001010001110010101011110001110001001 | e4df82e28e55e389 |
| EUC-JP | 葹や散繪 | 1110100011100001101001001110010010111011101101101110010111101001 | e8e1a4e4bbb6e5e9 |
| UTF-8 | 葹や散繪 | 111010001001000110111001111000111000001010000100111001101001010110100011111001111011100110101010 | e891b9e38284e695a3e7b9aa |
| UHC | ?や散繪 | 00111111101010101110010011011111101001001111110011101011 | 3faae4dfa4fceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)