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 | ????\h | 001111110011111100111111001111110101110001101000 | 3f3f3f3f5c68 |
SJIS-WIN | 将エ召ア\h | 1000111110101011101101001000111110100010101100010101110001101000 | 8fabb48fa2b15c68 |
EUC-JP | 将エ召ア\h | 10111110101011011000111010110100101111101010010010001110101100010101110001101000 | bead8eb4bea48eb15c68 |
UTF-8 | 将エ召ア\h | 1110010110110000100001101110111110111101101101001110010110001111101011001110111110111101101100010101110001101000 | e5b086efbdb4e58facefbdb15c68 |
UHC | ??召?\h | 00111111001111111110000110101111001111110101110001101000 | 3f3fe1af3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)