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 | 樽絨 | 10010010010011011110001101001111 | 924de34f |
EUC-JP | 樽絨 | 11000011101011101110010110110000 | c3aee5b0 |
UTF-8 | 樽絨 | 111001101010100010111101111001111011010110101000 | e6a8bde7b5a8 |
UHC | 樽絨 | 11110001110111001110101111010110 | f1dcebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)