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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 邀・蜑帷瓦^ | 11100111101100011010010111100101100010011001101111100111100010101010001001011110 | e7b1a5e5899be78aa25e |
EUC-JP | 邀・蜑帷瓦^ | 1110111010110011100011101010010111101001111010011101011011101001101101001010010001011110 | eeb38ea5e9e9d6e9b4a45e |
UTF-8 | 邀・蜑帷瓦^ | 11101001100000101000000011101111101111011010010111101000100111001001000111100101101110001011011111100111100100111010011001011110 | e98280efbda5e89c91e5b8b7e793a65e |
UHC | 邀???瓦^ | 1110100110101101001111110011111100111111111010001011111101011110 | e9ad3f3f3fe8bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)