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 | 001111111110100111110001001111110011111101000010 | 3fe9f13f3f42 |
EUC-JP | ?鴦??B | 001111111111001011110011001111110011111101000010 | 3ff2f33f3f42 |
UTF-8 | 먿鴦먿먋B | 11101011101010001011111111101001101101001010011011101011101010001011111111101011101010001000101101000010 | eba8bfe9b4a6eba8bfeba88b42 |
UHC | 먿鴦먿먋B | 100100001111100111100100111011001001000011111001100100001100100101000010 | 90f9e4ec90f990c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)