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 | í§í@h | 1110110110011000101001111110110110011000100111010100000001101000 | ed98a7ed989d4068 |
SJIS-WIN | ??§???@h | 001111110011111110000001100110000011111100111111001111110100000001101000 | 3f3f81983f3f3f4068 |
EUC-JP | í?§í??@h | 10001111101010111011111100111111101000011111100010001111101010111011111100111111001111110100000001101000 | 8fabbf3fa1f88fabbf3f3f4068 |
UTF-8 | í§í@h | 1100001110101101110000101001100011000010101001111100001110101101110000101001100011000010100111010100000001101000 | c3adc298c2a7c3adc298c29d4068 |
UHC | ??§???@h | 001111110011111110100001110101110011111100111111001111110100000001101000 | 3f3fa1d73f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)