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 | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
| SJIS-WIN | 阡暦スクS | 11101000100101001001011111101111101111011011100001010011 | e89497efbdb853 |
| EUC-JP | 阡暦スクS | 111011111111010011001110111100011000111010111101100011101011100001010011 | eff4cef18ebd8eb853 |
| UTF-8 | 阡暦スクS | 11101001100110001010000111100110100110101010011011101111101111011011110111101111101111011011100001010011 | e998a1e69aa6efbdbdefbdb853 |
| UHC | 阡???S | 111101001100011000111111001111110011111101010011 | f4c63f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)