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 | 11100011110011110111100111100011110011110111100101000010 | e3cf79e3cf7942 |
EUC-JP | 耘y耘yB | 11100110110100010111100111100110110100010111100101000010 | e6d179e6d17942 |
UTF-8 | 耘y耘yB | 111010001000000010011000011110011110100010000000100110000111100101000010 | e8809879e880987942 |
UHC | 耘y耘yB | 11101001111111000111100111101001111111000111100101000010 | e9fc79e9fc7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)