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?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
SJIS-WIN | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
EUC-JP | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
UTF-8 | 혡V혡V^ | 111011011001100010100001010101101110110110011000101000010101011001011110 | ed98a156ed98a1565e |
UHC | 혡V혡V^ | 11000010100010100101011011000010100010100101011001011110 | c28a56c28a565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)