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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 禹?F | 11100010010110100011111101000110 | e25a3f46 |
EUC-JP | 禹?F | 11100011101110110011111101000110 | e3bb3f46 |
UTF-8 | 禹렚F | 11100111101001101011100111101011101000001001101001000110 | e7a6b9eba09a46 |
UHC | 禹렚F | 1110100111100000100011101010110101000110 | e9e08ead46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)