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 | 猴狢 | 11100000110010111110000011000000 | e0cbe0c0 |
EUC-JP | 猴狢 | 11100000110011011110000011000010 | e0cde0c2 |
UTF-8 | 猴狢 | 111001111000110010110100111001111000101110100010 | e78cb4e78ba2 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)