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 | 蔗若 | 11100100111100101000111011100001 | e4f28ee1 |
EUC-JP | 蔗若 | 11101000111101001011110011100011 | e8f4bce3 |
UTF-8 | 蔗若 | 111010001001010010010111111010001000101110100101 | e89497e88ba5 |
UHC | 蔗若 | 11101101101111011110010110110100 | edbde5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)