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 | 0011111101111001001111110111100101000010 | 3f793f7942 |
EUC-JP | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
UTF-8 | 뮳y뮳yB | 111010111010111010110011011110011110101110101110101100110111100101000010 | ebaeb379ebaeb37942 |
UHC | 뮳y뮳yB | 10010010101111000111100110010010101111000111100101000010 | 92bc7992bc7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)