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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 冶?????^ | 1001011011101000001111110011111100111111001111110011111101011110 | 96e83f3f3f3f3f5e |
| EUC-JP | 冶??洧??^ | 11001100111010100011111100111111100011111100011110110100001111110011111101011110 | ccea3f3f8fc7b43f3f5e |
| UTF-8 | 冶싲땀洧댄맔^ | 11100101100001101011011011101100100010111011001011101011100101011000000011100110101101001010011111101011100011001000010011101011101001111001010001011110 | e586b6ec8bb2eb9580e6b4a7eb8c84eba7945e |
| UHC | 冶싲땀洧댄맔^ | 11100101101001111001101011101011101101101010000111101010111110111011010011101101100100001010011001011110 | e5a79aebb6a1eafbb4ed90a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)