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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 邯「h | 11100111101101101010001001101000 | e7b6a268 |
EUC-JP | 邯「h | 1110111010111000100011101010001001101000 | eeb88ea268 |
UTF-8 | 邯「h | 11101001100000101010111111101111101111011010001001101000 | e982afefbda268 |
UHC | 邯?h | 11001010111110110011111101101000 | cafb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)