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^ | 11100101101101110100110011100101101101110100110001011110 | e5b74ce5b74c5e |
EUC-JP | 蟾L蟾L^ | 11101010101110010100110011101010101110010100110001011110 | eab94ceab94c5e |
UTF-8 | 蟾L蟾L^ | 111010001001111110111110010011001110100010011111101111100100110001011110 | e89fbe4ce89fbe4c5e |
UHC | 蟾L蟾L^ | 11100000111010100100110011100000111010100100110001011110 | e0ea4ce0ea4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)