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 | 111010011001101110101000011110011110100110011011101010000111100101000010 | e99ba879e99ba87942 |
EUC-JP | 髮ィy髮ィyB | 1111000111111011100011101010100001111001111100011111101110001110101010000111100101000010 | f1fb8ea879f1fb8ea87942 |
UTF-8 | 髮ィy髮ィyB | 111010011010101110101110111011111011110110101000011110011110100110101011101011101110111110111101101010000111100101000010 | e9abaeefbda879e9abaeefbda87942 |
UHC | 髮?y髮?yB | 110110111010010100111111011110011101101110100101001111110111100101000010 | dba53f79dba53f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)