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 | 貎毯 | 11100110101111011001111101111110 | e6bd9f7e |
EUC-JP | 貎毯 | 11101100101111111101110111011111 | ecbfdddf |
UTF-8 | 貎毯 | 111010001011001010001110111001101010111110101111 | e8b28ee6afaf |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)