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 | ?C?W????h | 001111110100001100111111010101110011111100111111001111110011111101101000 | 3f433f573f3f3f3f68 |
SJIS-WIN | ?C?W????h | 001111110100001100111111010101110011111100111111001111110011111101101000 | 3f433f573f3f3f3f68 |
EUC-JP | ?C?W????h | 001111110100001100111111010101110011111100111111001111110011111101101000 | 3f433f573f3f3f3f68 |
UTF-8 | 혪C혪W혩쨘혩짤h | 111011011001100010101010010000111110110110011000101010100101011111101101100110001010100111101100101010001001100011101101100110001010100111101100101001111010010001101000 | ed98aa43ed98aa57ed98a9eca898ed98a9eca7a468 |
UHC | 혪C혪W혩쨘혩짤h | 110000101001001001000011110000101001001001010111110000101001000111000010101110101100001010010001110000101010100101101000 | c29243c29257c291c2bac291c2a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)