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 | Ð÷^ | 10001101100110011001011011010000100111001111011101011110 | 8d9996d09cf75e |
SJIS-WIN | ?????÷^ | 0011111100111111001111110011111100111111100000011000000001011110 | 3f3f3f3f3f81805e |
EUC-JP | ?????÷^ | 0011111100111111001111110011111100111111101000011110000001011110 | 3f3f3f3f3fa1e05e |
UTF-8 | Ð÷^ | 11000010100011011100001010011001110000101001011011000011100100001100001010011100110000111011011101011110 | c28dc299c296c390c29cc3b75e |
UHC | ???Ð?÷^ | 001111110011111100111111101010001010001000111111101000011100000001011110 | 3f3f3fa8a23fa1c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)