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^ | 11100000101011100100110011100000101011100100110001011110 | e0ae4ce0ae4c5e |
EUC-JP | 牋L牋L^ | 11100000101100000100110011100000101100000100110001011110 | e0b04ce0b04c5e |
UTF-8 | 牋L牋L^ | 111001111000100110001011010011001110011110001001100010110100110001011110 | e7898b4ce7898b4c5e |
UHC | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)