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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 讒キ遞キB | 11100110101001111011011111100111101010001011011101000010 | e6a7b7e7a8b742 |
EUC-JP | 讒キ遞キB | 111011001010100110001110101101111110111010101010100011101011011101000010 | eca98eb7eeaa8eb742 |
UTF-8 | 讒キ遞キB | 11101000101011101001001011101111101111011011011111101001100000011001111011101111101111011011011101000010 | e8ae92efbdb7e9819eefbdb742 |
UHC | 讒?遞?B | 11110011110110000011111111110100111101100011111101000010 | f3d83ff4f63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)