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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驗蒔驗蒔^ | 111010011000010010001110101010101110100110000100100011101010101001011110 | e9848eaae9848eaa5e |
EUC-JP | 驗蒔驗蒔^ | 111100011110010010111100101011001111000111100100101111001010110001011110 | f1e4bcacf1e4bcac5e |
UTF-8 | 驗蒔驗蒔^ | 11101001101010011001011111101000100100101001010011101001101010011001011111101000100100101001010001011110 | e9a997e89294e9a997e892945e |
UHC | 驗蒔驗蒔^ | 111110101101000011100011110010001111101011010000111000111100100001011110 | fad0e3c8fad0e3c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)