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 | 髣「蝠シ^ | 11101001100101111010001011100101100101011011110001011110 | e997a2e595bc5e |
EUC-JP | 髣「蝠シ^ | 111100011111011110001110101000101110100111110101100011101011110001011110 | f1f78ea2e9f58ebc5e |
UTF-8 | 髣「蝠シ^ | 11101001101010111010001111101111101111011010001011101000100111011010000011101111101111011011110001011110 | e9aba3efbda2e89da0efbdbc5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)