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 | 垓?幸?^ | 10011010101101000011111110001101010010110011111101011110 | 9ab43f8d4b3f5e |
EUC-JP | 垓?幸?^ | 11010100101101100011111110111001101011000011111101011110 | d4b63fb9ac3f5e |
UTF-8 | 垓렡幸렑^ | 11100101100111101001001111101011101000001010000111100101101110011011100011101011101000001001000101011110 | e59e93eba0a1e5b9b8eba0915e |
UHC | 垓렡幸렑^ | 111110101010011110001110101100101111101010111001100011101010011001011110 | faa78eb2fab98ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)