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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 蹂シ」蹂シォF | 111001101111100010111100101000111110011011111000101111001010101101000110 | e6f8bca3e6f8bcab46 |
| EUC-JP | 蹂シ」蹂シォF | 11101100111110101000111010111100100011101010001111101100111110101000111010111100100011101010101101000110 | ecfa8ebc8ea3ecfa8ebc8eab46 |
| UTF-8 | 蹂シ」蹂シォF | 11101000101110011000001011101111101111011011110011101111101111011010001111101000101110011000001011101111101111011011110011101111101111011010101101000110 | e8b982efbdbcefbda3e8b982efbdbcefbdab46 |
| UHC | 蹂??蹂??F | 111010111011001100111111001111111110101110110011001111110011111101000110 | ebb33f3febb33f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)