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 | ?????m | 001111110011111100111111001111110011111101101101 | 3f3f3f3f3f6d |
SJIS-WIN | 恁?恁??m | 1001110010001100001111111001110010001100001111110011111101101101 | 9c8c3f9c8c3f3f6d |
EUC-JP | 恁?恁??m | 1101011111101100001111111101011111101100001111110011111101101101 | d7ec3fd7ec3f3f6d |
UTF-8 | 恁₄恁⑹쭦m | 11100110100000011000000111100010100000101000010011100110100000011000000111100010100100011011100111101100101011011010011001101101 | e68181e28284e68181e291b9ecada66d |
UHC | 恁₄恁⑹쭦m | 1110110011110110101010011111111011101100111101101010100111101100101001111001101001101101 | ecf6a9feecf6a9eca79a6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)