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 | FF¢L | 1001001001000110100100100100011010010001101000101001001001001100 | 9246924691a2924c |
SJIS-WIN | ?F?F?¢?L | 001111110100011000111111010001100011111110000001100100010011111101001100 | 3f463f463f81913f4c |
EUC-JP | ?F?F?¢?L | 001111110100011000111111010001100011111110100001111100010011111101001100 | 3f463f463fa1f13f4c |
UTF-8 | FF¢L | 11000010100100100100011011000010100100100100011011000010100100011100001010100010110000101001001001001100 | c29246c29246c291c2a2c2924c |
UHC | ?F?F???L | 0011111101000110001111110100011000111111001111110011111101001100 | 3f463f463f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)