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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
| SJIS-WIN | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
| EUC-JP | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
| UTF-8 | 料겉딅꽚_ | 11101111101001101011111011101010101100101000100111101011100101001000010111101010101111011001101001011111 | efa6beeab289eb9485eabd9a5f |
| UHC | 料겉딅꽚_ | 111010001111011110110000110100011000101011101011100001001010100101011111 | e8f7b0d18aeb84a95f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)