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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 邯」阡ュh | 11100111101101101010001111101000100101001010110101101000 | e7b6a3e894ad68 |
EUC-JP | 邯」阡ュh | 111011101011100010001110101000111110111111110100100011101010110101101000 | eeb88ea3eff48ead68 |
UTF-8 | 邯」阡ュh | 11101001100000101010111111101111101111011010001111101001100110001010000111101111101111011010110101101000 | e982afefbda3e998a1efbdad68 |
UHC | 邯?阡?h | 11001010111110110011111111110100110001100011111101101000 | cafb3ff4c63f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)