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 | ç®Lhç®L | 111001111010111010001111010011000110100011100111101011101000111101001100 | e7ae8f4c68e7ae8f4c |
SJIS-WIN | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
EUC-JP | ç®?Lhç®?L | 1000111110101011101011101000111110100010111011100011111101001100011010001000111110101011101011101000111110100010111011100011111101001100 | 8fabae8fa2ee3f4c688fabae8fa2ee3f4c |
UTF-8 | ç®Lhç®L | 110000111010011111000010101011101100001010001111010011000110100011000011101001111100001010101110110000101000111101001100 | c3a7c2aec28f4c68c3a7c2aec28f4c |
UHC | ?®?Lh?®?L | 0011111110100010111001110011111101001100011010000011111110100010111001110011111101001100 | 3fa2e73f4c683fa2e73f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)