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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佯??揖 | 100110001101000100111111001111111001011101001011 | 98d13f3f974b |
EUC-JP | 佯??揖 | 110100001101001100111111001111111100110110101100 | d0d33f3fcdac |
UTF-8 | 佯뺤룞揖 | 111001001011110110101111111010111011101010100100111010111010001110011110111001101000111110010110 | e4bdafebbaa4eba39ee68f96 |
UHC | 佯뺤룞揖 | 1110010110111010100101011110110010001111100110011110101111100111 | e5ba95ec8f99ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)