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 | 蠖ァ螟ア^ | 11100101101111011010011111100101101001001011000101011110 | e5bda7e5a4b15e |
EUC-JP | 蠖ァ螟ア^ | 111010101011111110001110101001111110101010100110100011101011000101011110 | eabf8ea7eaa68eb15e |
UTF-8 | 蠖ァ螟ア^ | 11101000101000001001011011101111101111011010011111101000100111101001111111101111101111011011000101011110 | e8a096efbda7e89e9fefbdb15e |
UHC | ??螟?^ | 001111110011111111011001101011010011111101011110 | 3f3fd9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)