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 | 轣シ螳滄垪^ | 11100111100000011011110011100101101011101001111111101001100110101011100001011110 | e781bce5ae9fe99ab85e |
EUC-JP | 轣シ螳滄垪^ | 1110110111100001100011101011110011101010101100001101111011101011110101001011101001011110 | ede18ebceab0deebd4ba5e |
UTF-8 | 轣シ螳滄垪^ | 11101000101111011010001111101111101111011011110011101000100111101011001111100110101110111000010011100101100111101010101001011110 | e8bda3efbdbce89eb3e6bb84e59eaa5e |
UHC | ??螳滄?^ | 0011111100111111110100111101100111110011111001110011111101011110 | 3f3fd3d9f3e73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)