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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 畯???F | 111110110110111100111111001111110011111101000110 | fb6f3f3f3f46 |
EUC-JP | 畯???F | 10001111110011011011101100111111001111110011111101000110 | 8fcdbb3f3f3f46 |
UTF-8 | 畯흔렰렋F | 11100111100101011010111111101101100111011001010011101011101000001011000011101011101000001000101101000110 | e795afed9d94eba0b0eba08b46 |
UHC | 畯흔렰렋F | 111100011110000111001000111001111000111010111101100011101010001001000110 | f1e1c8e78ebd8ea246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)