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 | 111001111001101110110100011110011110011110011011101101000111100101000010 | e79bb479e79bb47942 |
EUC-JP | 逶エy逶エyB | 1110110111111011100011101011010001111001111011011111101110001110101101000111100101000010 | edfb8eb479edfb8eb47942 |
UTF-8 | 逶エy逶エyB | 111010011000000010110110111011111011110110110100011110011110100110000000101101101110111110111101101101000111100101000010 | e980b6efbdb479e980b6efbdb47942 |
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)