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 | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | 闕ウD | 11101000100011011011001101000100 | e88db344 |
EUC-JP | 闕ウD | 1110111111101101100011101011001101000100 | efed8eb344 |
UTF-8 | 闕ウD | 11101001100101111001010111101111101111011011001101000100 | e99795efbdb344 |
UHC | 闕?D | 11001111111101000011111101000100 | cff43f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)