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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 糴濾 | 11100010111110011110000001101000 | e2f9e068 |
EUC-JP | 糴濾 | 11100100111110111101111111001001 | e4fbdfc9 |
UTF-8 | 糴濾 | 111001111011001110110100111001101011111110111110 | e7b3b4e6bfbe |
UHC | ?濾 | 001111111101010111101011 | 3fd5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)