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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 繒???\ | 111110111000111100111111001111110011111101011100 | fb8f3f3f3f5c |
EUC-JP | 繒???\ | 10001111110101001101010000111111001111110011111101011100 | 8fd4d43f3f3f5c |
UTF-8 | 繒면렓렲\ | 11100111101110011001001011101011101010011011010011101011101000001001001111101011101000001011001001011100 | e7b992eba9b4eba093eba0b25c |
UHC | 繒면렓렲\ | 111100011111100110111000111010011000111010101000100011101011111101011100 | f1f9b8e98ea88ebf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)