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 | コ魘ゥ^ | 11110001111111001011101011101001101101001010100101011110 | f1fcbae9b4a95e |
EUC-JP | ?コ魘ゥ^ | 0011111110001110101110101111001010110110100011101010100101011110 | 3f8ebaf2b68ea95e |
UTF-8 | コ魘ゥ^ | 11101110100001011011011111101111101111011011101011101001101011011001100011101111101111011010100101011110 | ee85b7efbdbae9ad98efbda95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)