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 | 績矜 | 10010000110100011110000111100000 | 90d1e1e0 |
EUC-JP | 績矜 | 11000000110100111110001011100010 | c0d3e2e2 |
UTF-8 | 績矜 | 111001111011100010111110111001111001111110011100 | e7b8bee79f9c |
UHC | 績矜 | 11101110111000001101000011101000 | eee0d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)