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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 襍カ螟懷專^ | 11101000101101011011011011100101101001001001110011100101100110111001001101011110 | e8b5b6e5a49ce59b935e |
| EUC-JP | 襍カ螟懷專^ | 1111000010110111100011101011011011101010101001101101100011100111110101011111001101011110 | f0b78eb6eaa6d8e7d5f35e |
| UTF-8 | 襍カ螟懷專^ | 11101000101001011000110111101111101111011011011011101000100111101001111111100110100001111011011111100101101100001000100001011110 | e8a58defbdb6e89e9fe687b7e5b0885e |
| UHC | ??螟懷專^ | 001111110011111111011001101011011111110011100011111011101111011001011110 | 3f3fd9adfce3eef65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)