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?O??yB | 0011111101000011001111110100111100111111001111110111100101000010 | 3f433f4f3f3f7942 |
SJIS-WIN | ?C?O??yB | 0011111101000011001111110100111100111111001111110111100101000010 | 3f433f4f3f3f7942 |
EUC-JP | ?C?O??yB | 0011111101000011001111110100111100111111001111110111100101000010 | 3f433f4f3f3f7942 |
UTF-8 | 혪C혪O혩짖yB | 11101101100110001010101001000011111011011001100010101010010011111110110110011000101010011110110010100111100101100111100101000010 | ed98aa43ed98aa4fed98a9eca7967942 |
UHC | 혪C혪O혩짖yB | 110000101001001001000011110000101001001001001111110000101001000111000010101000100111100101000010 | c29243c2924fc291c2a27942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)