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 | 邀??徇?^ | 1110011110110001001111110011111110011100011011010011111101011110 | e7b13f3f9c6d3f5e |
EUC-JP | 邀??徇?^ | 1110111010110011001111110011111111010111110011100011111101011110 | eeb33f3fd7ce3f5e |
UTF-8 | 邀꾣깄徇둫^ | 11101001100000101000000011101010101111101010001111101010101110011000010011100101101111101000011111101011100100011010101101011110 | e98280eabea3eab984e5be87eb91ab5e |
UHC | 邀꾣깄徇둫^ | 1110100110101101100001001110011010000011100001011110001011011111100010100110010101011110 | e9ad84e68385e2df8a655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)