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?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
SJIS-WIN | ??M?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
EUC-JP | ??M?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
UTF-8 | 챙쉠M닭훅 | 11101100101100011001100111101100100010011010000001001101111010111000101110101101111011011001101110000101 | ecb199ec89a04deb8baded9b85 |
UHC | 챙쉠M닭훅 | 110000111010110010111101101010100100110110110100110111111100100011000101 | c3acbdaa4db4dfc8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)