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 | 眷眷^ | 1110000111000101111000011100010101011110 | e1c5e1c55e |
EUC-JP | 眷眷^ | 1110001011000111111000101100011101011110 | e2c7e2c75e |
UTF-8 | 眷眷^ | 11100111100111001011011111100111100111001011011101011110 | e79cb7e79cb75e |
UHC | 眷眷^ | 1100111111101111110011111110111101011110 | cfefcfef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)