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 | 驩ク驩ク^ | 11101001100010011011100011101001100010011011100001011110 | e989b8e989b85e |
EUC-JP | 驩ク驩ク^ | 111100011110100110001110101110001111000111101001100011101011100001011110 | f1e98eb8f1e98eb85e |
UTF-8 | 驩ク驩ク^ | 11101001101010011010100111101111101111011011100011101001101010011010100111101111101111011011100001011110 | e9a9a9efbdb8e9a9a9efbdb85e |
UHC | 驩?驩?^ | 11111100101111100011111111111100101111100011111101011110 | fcbe3ffcbe3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)