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??? | 0011111101001101001111110011111100111111 | 3f4d3f3f3f |
SJIS-WIN | ?M??? | 0011111101001101001111110011111100111111 | 3f4d3f3f3f |
EUC-JP | ?M??? | 0011111101001101001111110011111100111111 | 3f4d3f3f3f |
UTF-8 | 청M쩔청짝 | 11101100101100101010110101001101111011001010100110010100111011001011001010101101111011001010011110011101 | ecb2ad4deca994ecb2adeca79d |
UHC | 청M쩔청짝 | 110000111011101101001101110000101011111111000011101110111100001010100110 | c3bb4dc2bfc3bbc2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)