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 | òÁnk}òÁnk{^ | 1111001011000001011011100110101101111101111100101100000101101110011010110111101101011110 | f2c16e6b7df2c16e6b7b5e |
SJIS-WIN | ??nk}??nk{^ | 0011111100111111011011100110101101111101001111110011111101101110011010110111101101011110 | 3f3f6e6b7d3f3f6e6b7b5e |
EUC-JP | òÁnk}òÁnk{^ | 10001111101010111101001010001111101010101010000101101110011010110111110110001111101010111101001010001111101010101010000101101110011010110111101101011110 | 8fabd28faaa16e6b7d8fabd28faaa16e6b7b5e |
UTF-8 | òÁnk}òÁnk{^ | 110000111011001011000011100000010110111001101011011111011100001110110010110000111000000101101110011010110111101101011110 | c3b2c3816e6b7dc3b2c3816e6b7b5e |
UHC | ??nk}??nk{^ | 0011111100111111011011100110101101111101001111110011111101101110011010110111101101011110 | 3f3f6e6b7d3f3f6e6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)