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 | 11100111100101010111100111100111100101010111100101000010 | e79579e7957942 |
EUC-JP | 逡y逡yB | 11101101111101010111100111101101111101010111100101000010 | edf579edf57942 |
UTF-8 | 逡y逡yB | 111010011000000010100001011110011110100110000000101000010111100101000010 | e980a179e980a17942 |
UHC | 逡y逡yB | 11110001111001000111100111110001111001000111100101000010 | f1e479f1e47942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)