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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
UTF-8 | 챘짚혣챈혴혟F | 11101100101100011001100011101100101001111001101011101101100110001010001111101100101100011000100011101101100110001011010011101101100110001001111101000110 | ecb198eca79aed98a3ecb188ed98b4ed989f46 |
UHC | 챘짚혣챈혴혟F | 11000011101010111100001010100100110000101000110011000011101001101100001010011011110000101000100101000110 | c3abc2a4c28cc3a6c29bc28946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)