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 | 111010001011000110111010011110011110100010110001101110100111100101000010 | e8b1ba79e8b1ba7942 |
EUC-JP | 雎コy雎コyB | 1111000010110011100011101011101001111001111100001011001110001110101110100111100101000010 | f0b38eba79f0b38eba7942 |
UTF-8 | 雎コy雎コyB | 111010011001101110001110111011111011110110111010011110011110100110011011100011101110111110111101101110100111100101000010 | e99b8eefbdba79e99b8eefbdba7942 |
UHC | 雎?y雎?yB | 111011101101000100111111011110011110111011010001001111110111100101000010 | eed13f79eed13f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)