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 | 1110110010001100100111000110100101001100011010001110110010001100100111000110100101001100 | ec8c9c694c68ec8c9c694c |
SJIS-WIN | ???iLh???iL | 0011111100111111001111110110100101001100011010000011111100111111001111110110100101001100 | 3f3f3f694c683f3f3f694c |
EUC-JP | ì??iLhì??iL | 100011111010101111000000001111110011111101101001010011000110100010001111101010111100000000111111001111110110100101001100 | 8fabc03f3f694c688fabc03f3f694c |
UTF-8 | ìiLhìiL | 1100001110101100110000101000110011000010100111000110100101001100011010001100001110101100110000101000110011000010100111000110100101001100 | c3acc28cc29c694c68c3acc28cc29c694c |
UHC | ???iLh???iL | 0011111100111111001111110110100101001100011010000011111100111111001111110110100101001100 | 3f3f3f694c683f3f3f694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)