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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襠鍋、コ隰晏 | 11100101111110111001001111100111101001001011101011101000101011001001110111100101 | e5fb93e7a4bae8ac9de5 |
EUC-JP | 襠鍋、コ隰晏 | 111010101111110111000110111010011000111010100100100011101011101011110000101011101101101011100111 | eafdc6e98ea48ebaf0aedae7 |
UTF-8 | 襠鍋、コ隰晏 | 111010001010010110100000111010011000110110001011111011111011110110100100111011111011110110111010111010011001101010110000111001101001100110001111 | e8a5a0e98d8befbda4efbdbae99ab0e6998f |
UHC | ?鍋???晏 | 0011111111001110101001110011111100111111001111111110010011001111 | 3fcea73f3f3fe4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)