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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 豺豺^ | 1110011010110111111001101011011101011110 | e6b7e6b75e |
EUC-JP | 豺豺^ | 1110110010111001111011001011100101011110 | ecb9ecb95e |
UTF-8 | 豺豺^ | 11101000101100011011101011101000101100011011101001011110 | e8b1bae8b1ba5e |
UHC | 豺豺^ | 1110001111001111111000111100111101011110 | e3cfe3cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)