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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 疚猾 | 11100001011010111110000011001111 | e16be0cf |
EUC-JP | 疚猾 | 11100001110011001110000011010001 | e1cce0d1 |
UTF-8 | 疚猾 | 111001111001011010011010111001111000110010111110 | e7969ae78cbe |
UHC | ?猾 | 001111111111110011000010 | 3ffcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)