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 | ?iLh?iL | 00111111011010010100110001101000001111110110100101001100 | 3f694c683f694c |
SJIS-WIN | 魯iLh魯iL | 100110000100010001101001010011000110100010011000010001000110100101001100 | 9844694c689844694c |
EUC-JP | 魯iLh魯iL | 110011111010010101101001010011000110100011001111101001010110100101001100 | cfa5694c68cfa5694c |
UTF-8 | 魯iLh魯iL | 1110100110101101101011110110100101001100011010001110100110101101101011110110100101001100 | e9adaf694c68e9adaf694c |
UHC | 魯iLh魯iL | 110101101101101101101001010011000110100011010110110110110110100101001100 | d6db694c68d6db694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)