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 | 10010110110101110011111101101000 | 96d73f68 |
EUC-JP | 儲?h | 11001100110110010011111101101000 | ccd93f68 |
UTF-8 | 儲렡h | 11100101100001001011001011101011101000001010000101101000 | e584b2eba0a168 |
UHC | 儲렡h | 1110111010111001100011101011001001101000 | eeb98eb268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)