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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邀??徇?B | 1110011110110001001111110011111110011100011011010011111101000010 | e7b13f3f9c6d3f42 |
EUC-JP | 邀??徇?B | 1110111010110011001111110011111111010111110011100011111101000010 | eeb33f3fd7ce3f42 |
UTF-8 | 邀뤷뀍徇쁁B | 11101001100000101000000011101011101001001011011111101011100000001000110111100101101111101000011111101100100000011000000101000010 | e98280eba4b7eb808de5be87ec818142 |
UHC | 邀뤷뀍徇쁁B | 1110100110101101100011111110010110000101100010001110001011011111100110000100001001000010 | e9ad8fe58588e2df984242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)