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 | 幗窘^ | 1001101111101100111000100111101001011110 | 9bece27a5e |
EUC-JP | 幗窘^ | 1101011011101110111000111101101101011110 | d6eee3db5e |
UTF-8 | 幗窘^ | 11100101101110011001011111100111101010101001100001011110 | e5b997e7aa985e |
UHC | ?窘^ | 00111111110011111101011101011110 | 3fcfd75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)