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^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 盖L盖L^ | 11100001101100110100110011100001101100110100110001011110 | e1b34ce1b34c5e |
EUC-JP | 盖L盖L^ | 11100010101101010100110011100010101101010100110001011110 | e2b54ce2b54c5e |
UTF-8 | 盖L盖L^ | 111001111001101110010110010011001110011110011011100101100100110001011110 | e79b964ce79b964c5e |
UHC | 盖L盖L^ | 11001011110011000100110011001011110011000100110001011110 | cbcc4ccbcc4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)