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 | 汚ш?豫 | 10001001100110001000010010001010001111111001100010101100 | 8998848a3f98ac |
EUC-JP | 汚ш?豫 | 10110001111110001010011111101010001111111101000010101110 | b1f8a7ea3fd0ae |
UTF-8 | 汚ш괬豫 | 1110011010110001100110101101000110001000111010101011010010101100111010001011000110101011 | e6b19ad188eab4ace8b1ab |
UHC | 汚ш괬豫 | 1110011111111101101011001110101010110001101010011110011111100011 | e7fdaceab1a9e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)