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 | ????V^ | 001111110011111100111111001111110101011001011110 | 3f3f3f3f565e |
SJIS-WIN | シト謝嫉V^ | 1011110011000100100011101101001110001110101110010101011001011110 | bcc48ed38eb9565e |
EUC-JP | シト謝嫉V^ | 10001110101111001000111011000100101111001101010110111100101110110101011001011110 | 8ebc8ec4bcd5bcbb565e |
UTF-8 | シト謝嫉V^ | 1110111110111101101111001110111110111110100001001110100010101100100111011110010110101011100010010101011001011110 | efbdbcefbe84e8ac9de5ab89565e |
UHC | ??謝嫉V^ | 0011111100111111110111101111001111110010111011000101011001011110 | 3f3fdef3f2ec565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)