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 | 雹缺雹缺^ | 111010001011100111100011100111101110100010111001111000111001111001011110 | e8b9e39ee8b9e39e5e |
EUC-JP | 雹缺雹缺^ | 111100001011101111100101111111101111000010111011111001011111111001011110 | f0bbe5fef0bbe5fe5e |
UTF-8 | 雹缺雹缺^ | 11101001100110111011100111100111101111001011101011101001100110111011100111100111101111001011101001011110 | e99bb9e7bcbae99bb9e7bcba5e |
UHC | 雹缺雹缺^ | 110110101101111111001100110000001101101011011111110011001100000001011110 | dadfccc0dadfccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)