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 | 1000111111100111111100101111101101010111 | 8fe7f2fb57 |
EUC-JP | 冗?W | 10111110111010010011111101010111 | bee93f57 |
UTF-8 | 冗W | 11100101100001101001011111101110100010001011001001010111 | e58697ee88b257 |
UHC | 冗?W | 11101001101101110011111101010111 | e9b73f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)