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 | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 渦?W | 10001001010100010011111101010111 | 89513f57 |
EUC-JP | 渦?W | 10110001101100100011111101010111 | b1b23f57 |
UTF-8 | 渦풿W | 11100110101110001010011011101101100100101011111101010111 | e6b8a6ed92bf57 |
UHC | 渦풿W | 1110100010111110101111110110011101010111 | e8bebf6757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)