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 | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-WIN | 紆?iLh紆?iL | 1110001011111100001111110110100101001100011010001110001011111100001111110110100101001100 | e2fc3f694c68e2fc3f694c |
EUC-JP | 紆?iLh紆?iL | 1110010011111110001111110110100101001100011010001110010011111110001111110110100101001100 | e4fe3f694c68e4fe3f694c |
UTF-8 | 紆숥iLh紆숥iL | 1110011110110100100001101110110010001000101001010110100101001100011010001110011110110100100001101110110010001000101001010110100101001100 | e7b486ec88a5694c68e7b486ec88a5694c |
UHC | 紆숥iLh紆숥iL | 11101001111000011001101001000010011010010100110001101000111010011110000110011010010000100110100101001100 | e9e19a42694c68e9e19a42694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)