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 | 恁?恁⑥? | 1001110010001100001111111001110010001100100001110100010100111111 | 9c8c3f9c8c87453f |
EUC-JP | 恁?恁?Ł | 110101111110110000111111110101111110110000111111100011111010100110101000 | d7ec3fd7ec3f8fa9a8 |
UTF-8 | 恁쯚恁⑥Ł | 1110011010000001100000011110110010101111100110101110011010000001100000011110001010010001101001011100010110000001 | e68181ecaf9ae68181e291a5c581 |
UHC | 恁쯚恁⑥Ł | 11101100111101101010100101010101111011001111011010101000111011001010100010101001 | ecf6a955ecf6a8eca8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)