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?C | 001111110011111100111111011011010011111101000011 | 3f3f3f6d3f43 |
SJIS-WIN | ???m?C | 001111110011111100111111011011010011111101000011 | 3f3f3f6d3f43 |
EUC-JP | ???m?C | 001111110011111100111111011011010011111101000011 | 3f3f3f6d3f43 |
UTF-8 | 청혧챗m챗C | 1110110010110010101011011110110110011000101001111110110010110001100101110110110111101100101100011001011101000011 | ecb2aded98a7ecb1976decb19743 |
UHC | 청혧챗m챗C | 11000011101110111100001010001111110000111010101001101101110000111010101001000011 | c3bbc28fc3aa6dc3aa43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)