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 | 1001101010100101111001101011100101111001100110101010010111100110101110010111100101000010 | 9aa5e6b9799aa5e6b97942 |
EUC-JP | 嗇貉y嗇貉yB | 1101010010100111111011001011101101111001110101001010011111101100101110110111100101000010 | d4a7ecbb79d4a7ecbb7942 |
UTF-8 | 嗇貉y嗇貉yB | 111001011001011110000111111010001011001010001001011110011110010110010111100001111110100010110010100010010111100101000010 | e59787e8b28979e59787e8b2897942 |
UHC | 嗇?y嗇?yB | 110111111110000000111111011110011101111111100000001111110111100101000010 | dfe03f79dfe03f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)