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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | ?蕣斟?W | 00111111111001001111101010011101110011100011111101010111 | 3fe4fa9dce3f57 |
EUC-JP | ?蕣斟?W | 00111111111010001111110011011010110100000011111101010111 | 3fe8fcdad03f57 |
UTF-8 | 롒蕣斟렣W | 11101011101000011001001011101000100101011010001111100110100101101001111111101011101000001010001101010111 | eba192e895a3e6969feba0a357 |
UHC | 롒蕣斟렣W | 100011101101011111100010111100101111001011111000100011101011010001010111 | 8ed7e2f2f2f88eb457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)