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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 召埇召垬^ | 100011111010001011111010100110101000111110100010111110101001100001011110 | 8fa2fa9a8fa2fa985e |
EUC-JP | 召埇召垬^ | 1011111010100100100011111011011111100111101111101010010010001111101101111110010001011110 | bea48fb7e7bea48fb7e45e |
UTF-8 | 召埇召垬^ | 11100101100011111010110011100101100111111000011111100101100011111010110011100101100111101010110001011110 | e58face59f87e58face59eac5e |
UHC | 召埇召?^ | 1110000110101111111010011011100111100001101011110011111101011110 | e1afe9b9e1af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)