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 | 10001000110110100111100110001000110110100111100101000010 | 88da7988da7942 |
EUC-JP | 移y移yB | 10110000110111000111100110110000110111000111100101000010 | b0dc79b0dc7942 |
UTF-8 | 移y移yB | 111001111010011110111011011110011110011110100111101110110111100101000010 | e7a7bb79e7a7bb7942 |
UHC | 移y移yB | 11101100101110010111100111101100101110010111100101000010 | ecb979ecb97942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)