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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鎔揉旡B | 11101000010011111001110110000110100111011101101001000010 | e84f9d869dda42 |
EUC-JP | 鎔揉旡B | 11101111101100001101100111100110110110101101110001000010 | efb0d9e6dadc42 |
UTF-8 | 鎔揉旡B | 11101001100011101001010011100110100011111000100111100110100101111010000101000010 | e98e94e68f89e697a142 |
UHC | 鎔??B | 1110100111001010001111110011111101000010 | e9ca3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)