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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ??程?\ | 001111110011111110010010111101100011111101011100 | 3f3f92f63f5c |
EUC-JP | 獐?程?\ | 1000111111001011101110100011111111000100111110000011111101011100 | 8fcbba3fc4f83f5c |
UTF-8 | 獐렍程렰\ | 11100111100011011001000011101011101000001000110111100111101010001000101111101011101000001011000001011100 | e78d90eba08de7a88beba0b05c |
UHC | 獐렍程렰\ | 111011011110111110001110101000111110111111101111100011101011110101011100 | edef8ea3efef8ebd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)