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 | ?h??^ | 0011111101101000001111110011111101011110 | 3f683f3f5e |
SJIS-WIN | ?h??^ | 0011111101101000001111110011111101011110 | 3f683f3f5e |
EUC-JP | ?h??^ | 0011111101101000001111110011111101011110 | 3f683f3f5e |
UTF-8 | 찾h창짢^ | 1110110010110000101111100110100011101100101100001011110111101100101001111010001001011110 | ecb0be68ecb0bdeca7a25e |
UHC | 찾h창짢^ | 1100001110100011011010001100001110100010110000101010100001011110 | c3a368c3a2c2a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)