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 | 皰嶬 | 11100001101011001001101111010010 | e1ac9bd2 |
EUC-JP | 皰嶬 | 11100010101011101101011011010100 | e2aed6d4 |
UTF-8 | 皰嶬 | 111001111001101010110000111001011011011010101100 | e79ab0e5b6ac |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)