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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 捐?^ | 10011101011011110011111101011110 | 9d6f3f5e |
EUC-JP | 捐?^ | 11011001110100000011111101011110 | d9d03f5e |
UTF-8 | 捐듖^ | 11100110100011011001000011101011100100111001011001011110 | e68d90eb93965e |
UHC | 捐듖^ | 1110011011001000100010101100011101011110 | e6c88ac75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)