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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 剪?渦?? | 10011001100100100011111110001001010100010011111100111111 | 99923f89513f3f |
EUC-JP | 剪?渦?? | 11010001111100100011111110110001101100100011111100111111 | d1f23fb1b23f3f |
UTF-8 | 剪렪渦쇘렩 | 111001011000100110101010111010111010000010101010111001101011100010100110111011001000011110011000111010111010000010101001 | e589aaeba0aae6b8a6ec8798eba0a9 |
UHC | 剪렪渦쇘렩 | 11101110111100101000111010111000111010001011111010111100111001111000111010110111 | eef28eb8e8bebce78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)