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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 魏?h | 11101001101100000011111101101000 | e9b03f68 |
EUC-JP | 魏?h | 11110010101100100011111101101000 | f2b23f68 |
UTF-8 | 魏렒h | 11101001101011011000111111101011101000001001001001101000 | e9ad8feba09268 |
UHC | 魏렒h | 1110101011100000100011101010011101101000 | eae08ea768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)