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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 獰????^ | 11100000110101100011111100111111001111110011111101011110 | e0d63f3f3f3f5e |
| EUC-JP | 獰????^ | 11100000110110000011111100111111001111110011111101011110 | e0d83f3f3f3f5e |
| UTF-8 | 獰⑼쪙麟릙^ | 11100111100011011011000011100010100100011011110011101100101010101001100111101111101001111011001111101011101001101001100101011110 | e78db0e291bcecaa99efa7b3eba6995e |
| UHC | 獰⑼쪙麟릙^ | 1110011110111110101010011110111110100101100100101110110011101000100100000111010101011110 | e7bea9efa592ece890755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)