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 | 猴蜍猴蜍^ | 111000001100101111100101100010111110000011001011111001011000101101011110 | e0cbe58be0cbe58b5e |
EUC-JP | 猴蜍猴蜍^ | 111000001100110111101001111010111110000011001101111010011110101101011110 | e0cde9ebe0cde9eb5e |
UTF-8 | 猴蜍猴蜍^ | 11100111100011001011010011101000100111001000110111100111100011001011010011101000100111001000110101011110 | e78cb4e89c8de78cb4e89c8d5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)