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 | 11101000100011011011001101010000 | e88db350 |
EUC-JP | 闕ウP | 1110111111101101100011101011001101010000 | efed8eb350 |
UTF-8 | 闕ウP | 11101001100101111001010111101111101111011011001101010000 | e99795efbdb350 |
UHC | 闕?P | 11001111111101000011111101010000 | cff43f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)