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 | 羃瀘 | 11100011101100001110000001101101 | e3b0e06d |
EUC-JP | 羃瀘 | 11100110101100101101111111001110 | e6b2dfce |
UTF-8 | 羃瀘 | 111001111011111010000011111001111000000010011000 | e7be83e78098 |
UHC | ?瀘 | 001111111101011011010010 | 3fd6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)