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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 疥疥^ | 1110000101101101111000010110110101011110 | e16de16d5e |
EUC-JP | 疥疥^ | 1110000111001110111000011100111001011110 | e1cee1ce5e |
UTF-8 | 疥疥^ | 11100111100101101010010111100111100101101010010101011110 | e796a5e796a55e |
UHC | 疥疥^ | 1100101111001010110010111100101001011110 | cbcacbca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)