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 | 燮絮燮絮^ | 100110011101011111100011010100001001100111010111111000110101000001011110 | 99d7e35099d7e3505e |
EUC-JP | 燮絮燮絮^ | 110100101101100111100101101100011101001011011001111001011011000101011110 | d2d9e5b1d2d9e5b15e |
UTF-8 | 燮絮燮絮^ | 11100111100001111010111011100111101101011010111011100111100001111010111011100111101101011010111001011110 | e787aee7b5aee787aee7b5ae5e |
UHC | 燮絮燮絮^ | 111000001111000011011111111111001110000011110000110111111111110001011110 | e0f0dffce0f0dffc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)