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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 鐔緒輯c^ | 1110100001011100100011111000111110001111010100110110001101011110 | e85c8f8f8f53635e |
EUC-JP | 鐔緒輯c^ | 1110111110111101101111011110111110111101101101000110001101011110 | efbdbdefbdb4635e |
UTF-8 | 鐔緒輯c^ | 1110100110010000100101001110011110110111100100101110100010111100101011110110001101011110 | e99094e7b792e8bcaf635e |
UHC | ??輯c^ | 001111110011111111110010111111100110001101011110 | 3f3ff2fe635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)