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 | 00111111100011101011011101010111 | 3f8eb757 |
EUC-JP | ?執W | 00111111101111001011100101010111 | 3fbcb957 |
UTF-8 | 뤹執W | 11101011101001001011100111100101100111111011011101010111 | eba4b9e59fb757 |
UHC | 뤹執W | 1000111111100111111100101111101101010111 | 8fe7f2fb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)