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^ | 11100000111000000100110011100000111000000100110001011110 | e0e04ce0e04c5e |
EUC-JP | 珥L珥L^ | 11100000111000100100110011100000111000100100110001011110 | e0e24ce0e24c5e |
UTF-8 | 珥L珥L^ | 111001111000111110100101010011001110011110001111101001010100110001011110 | e78fa54ce78fa54c5e |
UHC | 珥L珥L^ | 11101100101101000100110011101100101101000100110001011110 | ecb44cecb44c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)