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 | ????I | 0011111100111111001111110011111101001001 | 3f3f3f3f49 |
SJIS-WIN | ?蕣斟?I | 00111111111001001111101010011101110011100011111101001001 | 3fe4fa9dce3f49 |
EUC-JP | ?蕣斟?I | 00111111111010001111110011011010110100000011111101001001 | 3fe8fcdad03f49 |
UTF-8 | 롒蕣斟렣I | 11101011101000011001001011101000100101011010001111100110100101101001111111101011101000001010001101001001 | eba192e895a3e6969feba0a349 |
UHC | 롒蕣斟렣I | 100011101101011111100010111100101111001011111000100011101011010001001001 | 8ed7e2f2f2f88eb449 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)