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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 甑?痍?B | 10001101100110010011111111100001011101110011111101000010 | 8d993fe1773f42 |
EUC-JP | 甑?痍?B | 10111001111110010011111111100001110110000011111101000010 | b9f93fe1d83f42 |
UTF-8 | 甑렋痍렑B | 11100111100101001001000111101011101000001000101111100111100101111000110111101011101000001001000101000010 | e79491eba08be7978deba09142 |
UHC | 甑렋痍렑B | 111100011111011110001110101000101110110010110111100011101010011001000010 | f1f78ea2ecb78ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)