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 | ¶÷^ | 101101101111011101011110 | b6f75e |
SJIS-WIN | ¶÷^ | 1000000111110111100000011000000001011110 | 81f781805e |
EUC-JP | ¶÷^ | 1010001011111001101000011110000001011110 | a2f9a1e05e |
UTF-8 | ¶÷^ | 1100001010110110110000111011011101011110 | c2b6c3b75e |
UHC | ¶÷^ | 1010001011010010101000011100000001011110 | a2d2a1c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)