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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 佚?D佚?D^ | 100110001100001100111111010001001001100011000011001111110100010001011110 | 98c33f4498c33f445e |
EUC-JP | 佚?D佚?D^ | 110100001100010100111111010001001101000011000101001111110100010001011110 | d0c53f44d0c53f445e |
UTF-8 | 佚렋D佚렋D^ | 111001001011110110011010111010111010000010001011010001001110010010111101100110101110101110100000100010110100010001011110 | e4bd9aeba08b44e4bd9aeba08b445e |
UHC | 佚렋D佚렋D^ | 1110110011101010100011101010001001000100111011001110101010001110101000100100010001011110 | ecea8ea244ecea8ea2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)