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 | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 蜿ゥy蜿ゥyB | 111001011000111110101001011110011110010110001111101010010111100101000010 | e58fa979e58fa97942 |
EUC-JP | 蜿ゥy蜿ゥyB | 1110100111101111100011101010100101111001111010011110111110001110101010010111100101000010 | e9ef8ea979e9ef8ea97942 |
UTF-8 | 蜿ゥy蜿ゥyB | 111010001001110010111111111011111011110110101001011110011110100010011100101111111110111110111101101010010111100101000010 | e89cbfefbda979e89cbfefbda97942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)