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 | ?????D | 001111110011111100111111001111110011111101000100 | 3f3f3f3f3f44 |
SJIS-WIN | ?????D | 001111110011111100111111001111110011111101000100 | 3f3f3f3f3f44 |
EUC-JP | ?????D | 001111110011111100111111001111110011111101000100 | 3f3f3f3f3f44 |
UTF-8 | 챈혨혗챔혢D | 11101100101100011000100011101101100110001010100011101101100110001001011111101100101100011001010011101101100110001010001001000100 | ecb188ed98a8ed9897ecb194ed98a244 |
UHC | 챈혨혗챔혢D | 1100001110100110110000101001000011000010100000101100001110101000110000101000101101000100 | c3a6c290c282c3a8c28b44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)