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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?嶼邯?? | 00111111100110111101011111100111101101100011111100111111 | 3f9bd7e7b63f3f |
| EUC-JP | ?嶼邯?? | 00111111110101101101100111101110101110000011111100111111 | 3fd6d9eeb83f3f |
| UTF-8 | 뤶嶼邯렰섦 | 111010111010010010110110111001011011011010111100111010011000001010101111111010111010000010110000111011001000010010100110 | eba4b6e5b6bce982afeba0b0ec84a6 |
| UHC | 뤶嶼邯렰섦 | 10001111111001001101111111101100110010101111101110001110101111011011110010110100 | 8fe4dfeccafb8ebdbcb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)