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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 雕D雕D^ | 11101000101110000100010011101000101110000100010001011110 | e8b844e8b8445e |
EUC-JP | 雕D雕D^ | 11110000101110100100010011110000101110100100010001011110 | f0ba44f0ba445e |
UTF-8 | 雕D雕D^ | 111010011001101110010101010001001110100110011011100101010100010001011110 | e99b9544e99b95445e |
UHC | 雕D雕D^ | 11110000111001110100010011110000111001110100010001011110 | f0e744f0e7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)