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 | 汯汯 | 11111010111110001111101011111000 | faf8faf8 |
EUC-JP | 汯汯 | 100011111100011011100011100011111100011011100011 | 8fc6e38fc6e3 |
UTF-8 | 汯汯 | 111001101011000110101111111001101011000110101111 | e6b1afe6b1af |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)