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 | 鉦、^ | 10001111110111101010010001011110 | 8fdea45e |
EUC-JP | 鉦、^ | 1011111011100000100011101010010001011110 | bee08ea45e |
UTF-8 | 鉦、^ | 11101001100010011010011011101111101111011010010001011110 | e989a6efbda45e |
UHC | 鉦?^ | 11101111111110100011111101011110 | effa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)