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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 銹徒F | 1110011111110110100100110110101101000110 | e7f6936b46 |
EUC-JP | 銹徒F | 1110111011111000110001011100110001000110 | eef8c5cc46 |
UTF-8 | 銹徒F | 11101001100010101011100111100101101111101001001001000110 | e98ab9e5be9246 |
UHC | 銹徒F | 1110001011001000110100111111100101000110 | e2c8d3f946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)