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 | 魃ー魃ー^ | 11101001101011111011000011101001101011111011000001011110 | e9afb0e9afb05e |
EUC-JP | 魃ー魃ー^ | 111100101011000110001110101100001111001010110001100011101011000001011110 | f2b18eb0f2b18eb05e |
UTF-8 | 魃ー魃ー^ | 11101001101011011000001111101111101111011011000011101001101011011000001111101111101111011011000001011110 | e9ad83efbdb0e9ad83efbdb05e |
UHC | 魃?魃?^ | 11011011101001100011111111011011101001100011111101011110 | dba63fdba63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)