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 | 裂檸裂櫃^ | 100101111111010010011111010001011001011111110100100111110100001101011110 | 97f49f4597f49f435e |
EUC-JP | 裂檸裂櫃^ | 110011101111011011011101101001101100111011110110110111011010010001011110 | cef6dda6cef6dda45e |
UTF-8 | 裂檸裂櫃^ | 11101000101000111000001011100110101010101011100011101000101000111000001011100110101010111000001101011110 | e8a382e6aab8e8a382e6ab835e |
UHC | 裂?裂櫃^ | 1101011010101110001111111101011010101110110011111111011001011110 | d6ae3fd6aecff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)