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 | 痔靠湿^ | 111100001100000110001110101001001110100011001111100011101011110001011110 | f0c18ea4e8cf8ebc5e |
EUC-JP | ?痔靠湿^ | 0011111110111100101001101111000011010001101111001011111001011110 | 3fbca6f0d1bcbe5e |
UTF-8 | 痔靠湿^ | 11101110100000101000000011100111100101111001010011101001100111011010000011100110101110011011111101011110 | ee8280e79794e99da0e6b9bf5e |
UHC | ?痔??^ | 001111111111011011000000001111110011111101011110 | 3ff6c03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)