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 | 11100010101110100111100111100010101110100111100101000010 | e2ba79e2ba7942 |
EUC-JP | 篌y篌yB | 11100100101111000111100111100100101111000111100101000010 | e4bc79e4bc7942 |
UTF-8 | 篌y篌yB | 111001111010111110001100011110011110011110101111100011000111100101000010 | e7af8c79e7af8c7942 |
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)