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 | ????FB | 001111110011111100111111001111110100011001000010 | 3f3f3f3f4642 |
SJIS-WIN | 蹄???FB | 10010010111110110011111100111111001111110100011001000010 | 92fb3f3f3f4642 |
EUC-JP | 蹄???FB | 11000100111111010011111100111111001111110100011001000010 | c4fd3f3f3f4642 |
UTF-8 | 蹄숄렰렚FB | 1110100010111001100001001110110010001000100001001110101110100000101100001110101110100000100110100100011001000010 | e8b984ec8884eba0b0eba09a4642 |
UHC | 蹄숄렰렚FB | 11110000101101001011110011110001100011101011110110001110101011010100011001000010 | f0b4bcf18ebd8ead4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)