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 | 11100110101101110111100111100110101101110111100101000010 | e6b779e6b77942 |
EUC-JP | 豺y豺yB | 11101100101110010111100111101100101110010111100101000010 | ecb979ecb97942 |
UTF-8 | 豺y豺yB | 111010001011000110111010011110011110100010110001101110100111100101000010 | e8b1ba79e8b1ba7942 |
UHC | 豺y豺yB | 11100011110011110111100111100011110011110111100101000010 | e3cf79e3cf7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)