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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ン倞ン倞^ | 11011101111110100111011111011101111110100111011101011110 | ddfa77ddfa775e |
EUC-JP | ン倞ン倞^ | 1000111011011101100011111011000111010111100011101101110110001111101100011101011101011110 | 8edd8fb1d78edd8fb1d75e |
UTF-8 | ン倞ン倞^ | 11101111101111101001110111100101100000001001111011101111101111101001110111100101100000001001111001011110 | efbe9de5809eefbe9de5809e5e |
UHC | ?倞?倞^ | 00111111110011001100101000111111110011001100101001011110 | 3fccca3fccca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)