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 | ¿æÄ^ | 1000111010111111111001101100010001011110 | 8ebfe6c45e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?¿æÄ^ | 0011111110001111101000101100010010001111101010011100000110001111101010101010001101011110 | 3f8fa2c48fa9c18faaa35e |
UTF-8 | ¿æÄ^ | 110000101000111011000010101111111100001110100110110000111000010001011110 | c28ec2bfc3a6c3845e |
UHC | ?¿æ?^ | 00111111101000101010111110101001101000010011111101011110 | 3fa2afa9a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)