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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 墻??欲??B | 100110101101010000111111001111111001011101111110001111110011111101000010 | 9ad43f3f977e3f3f42 |
EUC-JP | 墻??欲??B | 110101001101011000111111001111111100110111011111001111110011111101000010 | d4d63f3fcddf3f3f42 |
UTF-8 | 墻댐쉼欲꾬쉐B | 11100101101000101011101111101011100011001001000011101100100010011011110011100110101011001011001011101010101111101010110011101100100010011001000001000010 | e5a2bbeb8c90ec89bce6acb2eabeacec899042 |
UHC | 墻댐쉼欲꾬쉐B | 11101101110111111011010011101111101111011011000011101001101100001000010011101111101111011010011001000010 | eddfb4efbdb0e9b084efbda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)