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 | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
| SJIS-WIN | 顆ーム旗朝_ | 111010001111011110110000110100011000101011111000100100101010100101011111 | e8f7b0d18af892a95f |
| EUC-JP | 顆ーム旗朝_ | 1111000011111001100011101011000010001110110100011011010011111010110001001010101101011111 | f0f98eb08ed1b4fac4ab5f |
| UTF-8 | 顆ーム旗朝_ | 11101001101000011000011011101111101111011011000011101111101111101001000111100110100101111001011111100110100111001001110101011111 | e9a186efbdb0efbe91e69797e69c9d5f |
| UHC | 顆??旗朝_ | 110011101010100000111111001111111101000011111101111100001100100001011111 | cea83f3fd0fdf0c85f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)