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 | ^ | 1011111111000100101111111100010001011110 | bfc4bfc45e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ^ | 10001111101000101100010010001111101010101010001110001111101000101100010010001111101010101010001101011110 | 8fa2c48faaa38fa2c48faaa35e |
UTF-8 | ^ | 110000101011111111000011100001001100001010111111110000111000010001011110 | c2bfc384c2bfc3845e |
UHC | ¿?¿?^ | 10100010101011110011111110100010101011110011111101011110 | a2af3fa2af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)