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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 讖。L讖。L^ | 111001101010100110100001010011001110011010101001101000010100110001011110 | e6a9a14ce6a9a14c5e |
EUC-JP | 讖。L讖。L^ | 1110110010101011100011101010000101001100111011001010101110001110101000010100110001011110 | ecab8ea14cecab8ea14c5e |
UTF-8 | 讖。L讖。L^ | 111010001010111010010110111011111011110110100001010011001110100010101110100101101110111110111101101000010100110001011110 | e8ae96efbda14ce8ae96efbda14c5e |
UHC | 讖?L讖?L^ | 111100111101100100111111010011001111001111011001001111110100110001011110 | f3d93f4cf3d93f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)