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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 已?D已?D^ | 100110111101111100111111010001001001101111011111001111110100010001011110 | 9bdf3f449bdf3f445e |
EUC-JP | 已?D已?D^ | 110101101110000100111111010001001101011011100001001111110100010001011110 | d6e13f44d6e13f445e |
UTF-8 | 已렊D已렊D^ | 111001011011011110110010111010111010000010001010010001001110010110110111101100101110101110100000100010100100010001011110 | e5b7b2eba08a44e5b7b2eba08a445e |
UHC | 已렊D已렊D^ | 1110110010101011100011101010000101000100111011001010101110001110101000010100010001011110 | ecab8ea144ecab8ea1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)