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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 垪y垪yB | 10011010101110000111100110011010101110000111100101000010 | 9ab8799ab87942 |
EUC-JP | 垪y垪yB | 11010100101110100111100111010100101110100111100101000010 | d4ba79d4ba7942 |
UTF-8 | 垪y垪yB | 111001011001111010101010011110011110010110011110101010100111100101000010 | e59eaa79e59eaa7942 |
UHC | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)