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 | 跖イ逵ヲ^ | 11100110111010001011001011100111100111001010011001011110 | e6e8b2e79ca65e |
EUC-JP | 跖イ逵ヲ^ | 111011001110101010001110101100101110110111111100100011101010011001011110 | ecea8eb2edfc8ea65e |
UTF-8 | 跖イ逵ヲ^ | 11101000101101111001011011101111101111011011001011101001100000001011010111101111101111011010011001011110 | e8b796efbdb2e980b5efbda65e |
UHC | ??逵?^ | 001111110011111111010000101100000011111101011110 | 3f3fd0b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)