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 | à¥W | 111000001010010101010111 | e0a557 |
SJIS-WIN | ?¥W | 00111111100000011000111101010111 | 3f818f57 |
EUC-JP | à?W | 1000111110101011101000100011111101010111 | 8faba23f57 |
UTF-8 | à¥W | 1100001110100000110000101010010101010111 | c3a0c2a557 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)