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 | 11100011101101010111100111100011101101010111100101000010 | e3b579e3b57942 |
EUC-JP | 羞y羞yB | 11100110101101110111100111100110101101110111100101000010 | e6b779e6b77942 |
UTF-8 | 羞y羞yB | 111001111011111010011110011110011110011110111110100111100111100101000010 | e7be9e79e7be9e7942 |
UHC | 羞y羞yB | 11100010101110100111100111100010101110100111100101000010 | e2ba79e2ba7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)