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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 邀也甥縺噎^ | 1110011110110001100101101110011110001001100110011110001110000001100110100111100001011110 | e7b196e78999e3819a785e |
EUC-JP | 邀也甥縺噎^ | 1110111010110011110011001110100110110001111110011110010111100001110100111101100101011110 | eeb3cce9b1f9e5e1d3d95e |
UTF-8 | 邀也甥縺噎^ | 11101001100000101000000011100100101110011001111111100111100101001010010111100111101110001011101011100101100110011000111001011110 | e98280e4b99fe794a5e7b8bae5998e5e |
UHC | 邀也甥??^ | 111010011010110111100101101001011101111111100111001111110011111101011110 | e9ade5a5dfe73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)