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 | 11101001011011100011111101010111 | e96e3f57 |
EUC-JP | 駭?W | 11110001110011110011111101010111 | f1cf3f57 |
UTF-8 | 駭찯W | 11101001101001111010110111101100101100001010111101010111 | e9a7adecb0af57 |
UHC | 駭찯W | 1111101010110100101010100100011001010111 | fab4aa4657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)