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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | 恁?????e^ | 100111001000110000111111001111110011111100111111001111110110010101011110 | 9c8c3f3f3f3f3f655e |
EUC-JP | 恁?????e^ | 110101111110110000111111001111110011111100111111001111110110010101011110 | d7ec3f3f3f3f3f655e |
UTF-8 | 恁븐쭨梨덉괜e^ | 1110011010000001100000011110101110111000100100001110110010101101101010001110111110100111101000101110101110001101100010011110101010110100100111000110010101011110 | e68181ebb890ecada8efa7a2eb8d89eab49c655e |
UHC | 恁븐쭨梨덉괜e^ | 1110110011110110101110101110110010100111100111001110110010110001100010001110110010110001101001100110010101011110 | ecf6baeca79cecb188ecb1a6655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)