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£h | 10010010010001101001001001000010100100011010001101101000 | 9246924291a368 |
SJIS-WIN | ?F?B?£h | 0011111101000110001111110100001000111111100000011001001001101000 | 3f463f423f819268 |
EUC-JP | ?F?B?£h | 0011111101000110001111110100001000111111101000011111001001101000 | 3f463f423fa1f268 |
UTF-8 | FB£h | 1100001010010010010001101100001010010010010000101100001010010001110000101010001101101000 | c29246c29242c291c2a368 |
UHC | ?F?B??h | 00111111010001100011111101000010001111110011111101101000 | 3f463f423f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)