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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 崩^ | 100101011111011001011110 | 95f65e |
EUC-JP | 崩^ | 110010101111100001011110 | caf85e |
UTF-8 | 崩^ | 11100101101101001010100101011110 | e5b4a95e |
UHC | 崩^ | 110111011101101001011110 | ddda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)