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^ | 10001001011101100100110010001001011101100100110001011110 | 89764c89764c5e |
EUC-JP | 益L益L^ | 10110001110101110100110010110001110101110100110001011110 | b1d74cb1d74c5e |
UTF-8 | 益L益L^ | 111001111001101110001010010011001110011110011011100010100100110001011110 | e79b8a4ce79b8a4c5e |
UHC | 益L益L^ | 11101100110011000100110011101100110011000100110001011110 | eccc4ceccc4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)