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^ | 11100000111000100100110011100000111000100100110001011110 | e0e24ce0e24c5e |
EUC-JP | 珞L珞L^ | 11100000111001000100110011100000111001000100110001011110 | e0e44ce0e44c5e |
UTF-8 | 珞L珞L^ | 111001111000111110011110010011001110011110001111100111100100110001011110 | e78f9e4ce78f9e4c5e |
UHC | 珞L珞L^ | 11010101101010000100110011010101101010000100110001011110 | d5a84cd5a84c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)