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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 絮絮^ | 1110001101010000111000110101000001011110 | e350e3505e |
EUC-JP | 絮絮^ | 1110010110110001111001011011000101011110 | e5b1e5b15e |
UTF-8 | 絮絮^ | 11100111101101011010111011100111101101011010111001011110 | e7b5aee7b5ae5e |
UHC | 絮絮^ | 1101111111111100110111111111110001011110 | dffcdffc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)