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 | 00111111001111111001010001100110001111110100011001000010 | 3f3f94663f4642 |
EUC-JP | ??杷?FB | 00111111001111111100011111000111001111110100011001000010 | 3f3fc7c73f4642 |
UTF-8 | 룶끝杷▣FB | 1110101110100011101101101110101110000001100111011110011010011101101101111110001010010110101000110100011001000010 | eba3b6eb819de69db7e296a34642 |
UHC | 룶끝杷▣FB | 10001111101010111011001110100001111101111110110110100010110000110100011001000010 | 8fabb3a1f7eda2c34642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)