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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 豺貘h | 1110011010110111111001101100000001101000 | e6b7e6c068 |
EUC-JP | 豺貘h | 1110110010111001111011001100001001101000 | ecb9ecc268 |
UTF-8 | 豺貘h | 11101000101100011011101011101000101100101001100001101000 | e8b1bae8b29868 |
UHC | 豺?h | 11100011110011110011111101101000 | e3cf3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)