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 | 螻螻 | 11100101101100011110010110110001 | e5b1e5b1 |
EUC-JP | 螻螻 | 11101010101100111110101010110011 | eab3eab3 |
UTF-8 | 螻螻 | 111010001001111010111011111010001001111010111011 | e89ebbe89ebb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)