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^ | 10010010010000010100110010010010010000010100110001011110 | 92414c92414c5e |
EUC-JP | 但L但L^ | 11000011101000100100110011000011101000100100110001011110 | c3a24cc3a24c5e |
UTF-8 | 但L但L^ | 111001001011110110000110010011001110010010111101100001100100110001011110 | e4bd864ce4bd864c5e |
UHC | 但L但L^ | 11010011101000110100110011010011101000110100110001011110 | d3a34cd3a34c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)