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 | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | ・ラ^F | 10100101110101110101111001000110 | a5d75e46 |
EUC-JP | ・ラ^F | 100011101010010110001110110101110101111001000110 | 8ea58ed75e46 |
UTF-8 | ・ラ^F | 1110111110111101101001011110111110111110100101110101111001000110 | efbda5efbe975e46 |
UHC | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)