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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 恁≪㎞@h | 1001110010001100100000011110000110000111011100010100000001101000 | 9c8c81e187714068 |
EUC-JP | 恁≪?@h | 11010111111011001010001011100011001111110100000001101000 | d7eca2e33f4068 |
UTF-8 | 恁≪㎞@h | 1110011010000001100000011110001010001001101010101110001110001110100111100100000001101000 | e68181e289aae38e9e4068 |
UHC | 恁≪㎞@h | 1110110011110110101000011110110010100111101100000100000001101000 | ecf6a1eca7b04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)