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^ | 11100111101100100100110011100111101100100100110001011110 | e7b24ce7b24c5e |
EUC-JP | 邊L邊L^ | 11101110101101000100110011101110101101000100110001011110 | eeb44ceeb44c5e |
UTF-8 | 邊L邊L^ | 111010011000001010001010010011001110100110000010100010100100110001011110 | e9828a4ce9828a4c5e |
UHC | 邊L邊L^ | 11011100101010110100110011011100101010110100110001011110 | dcab4cdcab4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)