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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| UTF-8 | 손샵셴솨^ | 11101100100001101001000011101100100000111011010111101100100001011011010011101100100001101010100001011110 | ec8690ec83b5ec85b4ec86a85e |
| UHC | 손샵셴솨^ | 101111001101010110111100101001011011110011001111101111001101110101011110 | bcd5bca5bccfbcdd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)