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 | タ昀ネ^ | 11000000111100101100001011111010110011101100100001011110 | c0f2c2facec85e |
EUC-JP | タ?昀ネ^ | 100011101100000000111111100011111100000111110101100011101100100001011110 | 8ec03f8fc1f58ec85e |
UTF-8 | タ昀ネ^ | 11101111101111101000000011101110100001111011100111100110100110001000000011101111101111101000100001011110 | efbe80ee87b9e69880efbe885e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)