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^ | 10010000110011000100110010010000110011000100110001011110 | 90cc4c90cc4c5e |
EUC-JP | 昔L昔L^ | 11000000110011100100110011000000110011100100110001011110 | c0ce4cc0ce4c5e |
UTF-8 | 昔L昔L^ | 111001101001100010010100010011001110011010011000100101000100110001011110 | e698944ce698944c5e |
UHC | 昔L昔L^ | 11100000101011100100110011100000101011100100110001011110 | e0ae4ce0ae4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)