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 | 幗瞿^ | 1001101111101100111000011101100001011110 | 9bece1d85e |
EUC-JP | 幗瞿^ | 1101011011101110111000101101101001011110 | d6eee2da5e |
UTF-8 | 幗瞿^ | 11100101101110011001011111100111100111101011111101011110 | e5b997e79ebf5e |
UHC | ?瞿^ | 00111111110011111011101001011110 | 3fcfba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)