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 | 謳壁?本^ | 1110011010010000100101011100011100111111100101100111101101011110 | e69095c73f967b5e |
EUC-JP | 謳壁奫本^ | 11101011111100001100101011001001100011111011100011111101110010111101110001011110 | ebf0cac98fb8fdcbdc5e |
UTF-8 | 謳壁奫本^ | 11101000101011001011001111100101101000111000000111100101101001011010101111100110100111001010110001011110 | e8acb3e5a381e5a5abe69cac5e |
UHC | 謳壁奫本^ | 110011111100010011011011111110101110101111000100110111001110001001011110 | cfc4dbfaebc4dce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)