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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疥辧疥辧^ | 111000010110110110011001100111111110000101101101100110011001111101011110 | e16d999fe16d999f5e |
EUC-JP | 疥辧疥辧^ | 111000011100111011010010101000011110000111001110110100101010000101011110 | e1ced2a1e1ced2a15e |
UTF-8 | 疥辧疥辧^ | 11100111100101101010010111101000101111101010011111100111100101101010010111101000101111101010011101011110 | e796a5e8bea7e796a5e8bea75e |
UHC | 疥?疥?^ | 11001011110010100011111111001011110010100011111101011110 | cbca3fcbca3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)