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 | 11100100011111100011111111100100011111100011111101000010 | e47e3fe47e3f42 |
EUC-JP | 艤?艤?B | 11100111110111110011111111100111110111110011111101000010 | e7df3fe7df3f42 |
UTF-8 | 艤굗艤굗B | 11101000100010011010010011101010101101011001011111101000100010011010010011101010101101011001011101000010 | e889a4eab597e889a4eab59742 |
UHC | 艤굗艤굗B | 111010111111101010000010011110101110101111111010100000100111101001000010 | ebfa827aebfa827a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)