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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瞳愁瞳愁^ | 100100111011010110001111010001001001001110110101100011110100010001011110 | 93b58f4493b58f445e |
EUC-JP | 瞳愁瞳愁^ | 110001101011011110111101101001011100011010110111101111011010010101011110 | c6b7bda5c6b7bda55e |
UTF-8 | 瞳愁瞳愁^ | 11100111100111101011001111100110100001001000000111100111100111101011001111100110100001001000000101011110 | e79eb3e68481e79eb3e684815e |
UHC | 瞳愁瞳愁^ | 110101001101101011100001111111101101010011011010111000011111111001011110 | d4dae1fed4dae1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)