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 | 猾猾^ | 111101001100110111100000110011111111010011001101111000001100111101011110 | f4cde0cff4cde0cf5e |
EUC-JP | ?猾?猾^ | 00111111111000001101000100111111111000001101000101011110 | 3fe0d13fe0d15e |
UTF-8 | 猾猾^ | 11101110100011011011110011100111100011001011111011101110100011011011110011100111100011001011111001011110 | ee8dbce78cbeee8dbce78cbe5e |
UHC | ?猾?猾^ | 00111111111111001100001000111111111111001100001001011110 | 3ffcc23ffcc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)