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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 慂??嚴щ? | 100111001100100000111111001111111001101010001110100001001000101100111111 | 9cc83f3f9a8e848b3f |
EUC-JP | 慂??嚴щ? | 110110001100101000111111001111111101001111101110101001111110101100111111 | d8ca3f3fd3eea7eb3f |
UTF-8 | 慂뗫젪嚴щ젵 | 1110011010000101100000101110101110010111101010111110110010100000101010101110010110011010101101001101000110001001111011001010000010110101 | e68582eb97abeca0aae59ab4d189eca0b5 |
UHC | 慂뗫젪嚴щ젵 | 111010011011110110001011111010111010000010100010111001011111000110101100111010111010000010101001 | e9bd8beba0a2e5f1aceba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)