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 | 呀呀^ | 1001100111011110100110011101111001011110 | 99de99de5e |
EUC-JP | 呀呀^ | 1101001011100000110100101110000001011110 | d2e0d2e05e |
UTF-8 | 呀呀^ | 11100101100100011000000011100101100100011000000001011110 | e59180e591805e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)