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 | í¢o\ | 1110110110011000101000100110111101011100 | ed98a26f5c |
SJIS-WIN | ??¢o\ | 001111110011111110000001100100010110111101011100 | 3f3f81916f5c |
EUC-JP | í?¢o\ | 1000111110101011101111110011111110100001111100010110111101011100 | 8fabbf3fa1f16f5c |
UTF-8 | í¢o\ | 1100001110101101110000101001100011000010101000100110111101011100 | c3adc298c2a26f5c |
UHC | ???o\ | 0011111100111111001111110110111101011100 | 3f3f3f6f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)