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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 蝴?諧?B | 11100101100110100011111111100110011111100011111101000010 | e59a3fe67e3f42 |
| EUC-JP | 蝴?諧?B | 11101001111110100011111111101011110111110011111101000010 | e9fa3febdf3f42 |
| UTF-8 | 蝴렔諧렒B | 11101000100111011011010011101011101000001001010011101000101010111010011111101011101000001001001001000010 | e89db4eba094e8aba7eba09242 |
| UHC | 蝴렔諧렒B | 111110111101110110001110101010011111101010110010100011101010011101000010 | fbdd8ea9fab28ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)