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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 豺凩豺几^ | 111001101011011110011001011111011110011010110111100110010111101101011110 | e6b7997de6b7997b5e |
EUC-JP | 豺凩豺几^ | 111011001011100111010001110111101110110010111001110100011101110001011110 | ecb9d1deecb9d1dc5e |
UTF-8 | 豺凩豺几^ | 11101000101100011011101011100101100001111010100111101000101100011011101011100101100001111010000001011110 | e8b1bae587a9e8b1bae587a05e |
UHC | 豺?豺?^ | 11100011110011110011111111100011110011110011111101011110 | e3cf3fe3cf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)