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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 螟懋サ岩繪 | 111001011010010010011100111010101011101110001010111000101110001110001001 | e5a49ceabb8ae2e389 |
| EUC-JP | 螟懋サ岩繪 | 11101010101001101101100011101100100011101011101110110100111001001110010111101001 | eaa6d8ec8ebbb4e4e5e9 |
| UTF-8 | 螟懋サ岩繪 | 111010001001111010011111111001101000011110001011111011111011110110111011111001011011001010101001111001111011100110101010 | e89e9fe6878befbdbbe5b2a9e7b9aa |
| UHC | 螟懋?岩繪 | 110110011010110111011001111001010011111111100100110110111111110011101011 | d9add9e53fe4dbfceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)