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] | 00111111001111110011111100111111001111110100110101011101 | 3f3f3f3f3f4d5d |
SJIS-WIN | 恁?恁??M] | 100111001000110000111111100111001000110000111111001111110100110101011101 | 9c8c3f9c8c3f3f4d5d |
EUC-JP | 恁?恁??M] | 110101111110110000111111110101111110110000111111001111110100110101011101 | d7ec3fd7ec3f3f4d5d |
UTF-8 | 恁챉恁⑹㎣M] | 1110011010000001100000011110110010110001100010011110011010000001100000011110001010010001101110011110001110001110101000110100110101011101 | e68181ecb189e68181e291b9e38ea34d5d |
UHC | 恁챉恁⑹㎣M] | 111011001111011010101010010101101110110011110110101010011110110010100111101001110100110101011101 | ecf6aa56ecf6a9eca7a74d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)