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 | 扇盾 | 10010000111011101000111110000010 | 90ee8f82 |
EUC-JP | 扇盾 | 11000000111100001011110111100010 | c0f0bde2 |
UTF-8 | 扇盾 | 111001101000100110000111111001111001101110111110 | e68987e79bbe |
UHC | 扇盾 | 11100000101111111110001011101010 | e0bfe2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)