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 | 壺煢 | 10011010111000101110000010001001 | 9ae2e089 |
EUC-JP | 壺煢 | 11010100111001001101111111101001 | d4e4dfe9 |
UTF-8 | 壺煢 | 111001011010001110111010111001111000010110100010 | e5a3bae785a2 |
UHC | 壺? | 111110111011111000111111 | fbbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)