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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 韜コ驛∝゙ヲB | 11101000111010011011101011101001100000111000000111100101110111101010011001000010 | e8e9bae98381e5dea642 |
| EUC-JP | 韜コ驛∝゙ヲB | 11110000111010111000111010111010111100011110001110100010111001111000111011011110100011101010011001000010 | f0eb8ebaf1e3a2e78ede8ea642 |
| UTF-8 | 韜コ驛∝゙ヲB | 11101001100111111001110011101111101111011011101011101001101010011001101111100010100010001001110111101111101111101001111011101111101111011010011001000010 | e99f9cefbdbae9a99be2889defbe9eefbda642 |
| UHC | 韜?驛∝??B | 11010100101101110011111111100110101111101010000111110000001111110011111101000010 | d4b73fe6bea1f03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)