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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 荏?P | 10001001011000000011111101010000 | 89603f50 |
EUC-JP | 荏?P | 10110001110000010011111101010000 | b1c13f50 |
UTF-8 | 荏卄P | 11101000100011011000111111100101100011011000010001010000 | e88d8fe58d8450 |
UHC | 荏卄P | 1110110011111011111011001111111001010000 | ecfbecfe50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)