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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 冶冶^ | 1001011011101000100101101110100001011110 | 96e896e85e |
EUC-JP | 冶冶^ | 1100110011101010110011001110101001011110 | cceaccea5e |
UTF-8 | 冶冶^ | 11100101100001101011011011100101100001101011011001011110 | e586b6e586b65e |
UHC | 冶冶^ | 1110010110100111111001011010011101011110 | e5a7e5a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)