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??? | 001111110011111101001101001111110011111100111111 | 3f3f4d3f3f3f |
SJIS-WIN | 恁?M恁?? | 1001110010001100001111110100110110011100100011000011111100111111 | 9c8c3f4d9c8c3f3f |
EUC-JP | 恁?M恁?? | 1101011111101100001111110100110111010111111011000011111100111111 | d7ec3f4dd7ec3f3f |
UTF-8 | 恁챎M恁⑹쭩 | 11100110100000011000000111101100101100011000111001001101111001101000000110000001111000101001000110111001111011001010110110101001 | e68181ecb18e4de68181e291b9ecada9 |
UHC | 恁챎M恁⑹쭩 | 1110110011110110101010100101101001001101111011001111011010101001111011001010011110011101 | ecf6aa5a4decf6a9eca79d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)