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 | 001111110011111101010111 | 3f3f57 |
EUC-JP | 薏?W | 1000111111011001110111100011111101010111 | 8fd9de3f57 |
UTF-8 | 薏렫W | 11101000100101101000111111101011101000001010101101010111 | e8968feba0ab57 |
UHC | 薏렫W | 1110101111111011100011101011100101010111 | ebfb8eb957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)