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 | 蓴矜 | 11100100111100011110000111100000 | e4f1e1e0 |
EUC-JP | 蓴矜 | 11101000111100111110001011100010 | e8f3e2e2 |
UTF-8 | 蓴矜 | 111010001001001110110100111001111001111110011100 | e893b4e79f9c |
UHC | 蓴矜 | 11100010111100011101000011101000 | e2f1d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)