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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 疥}疥{^ | 11100001011011010111110111100001011011010111101101011110 | e16d7de16d7b5e |
EUC-JP | 疥}疥{^ | 11100001110011100111110111100001110011100111101101011110 | e1ce7de1ce7b5e |
UTF-8 | 疥}疥{^ | 111001111001011010100101011111011110011110010110101001010111101101011110 | e796a57de796a57b5e |
UHC | 疥}疥{^ | 11001011110010100111110111001011110010100111101101011110 | cbca7dcbca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)