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? | 0011111100111111001111110110110100111111 | 3f3f3f6d3f |
SJIS-WIN | ???m? | 0011111100111111001111110110110100111111 | 3f3f3f6d3f |
EUC-JP | ???m? | 0011111100111111001111110110110100111111 | 3f3f3f6d3f |
UTF-8 | 챙철쨘m챙 | 11101100101100011001100111101100101100101010000011101100101010001001100001101101111011001011000110011001 | ecb199ecb2a0eca8986decb199 |
UHC | 챙철쨘m챙 | 110000111010110011000011101101101100001010111010011011011100001110101100 | c3acc3b6c2ba6dc3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)