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 | 鄂傘 | 11100111101111011000111001010000 | e7bd8e50 |
EUC-JP | 鄂傘 | 11101110101111111011101110110001 | eebfbbb1 |
UTF-8 | 鄂傘 | 111010011000010010000010111001011000001010011000 | e98482e58298 |
UHC | 鄂傘 | 11100100110001111101111110100001 | e4c7dfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)