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 | 鋐鴫霈示^ | 111110111101001010001110101100001110100010111100100011101010011001011110 | fbd28eb0e8bc8ea65e |
EUC-JP | 鋐鴫霈示^ | 10001111111001001011111010111100101100101111000010111110101111001010100001011110 | 8fe4bebcb2f0bebca85e |
UTF-8 | 鋐鴫霈示^ | 11101001100010111001000011101001101101001010101111101001100111001000100011100111101001001011101001011110 | e98b90e9b4abe99c88e7a4ba5e |
UHC | ???示^ | 001111110011111100111111111000111100011001011110 | 3f3f3fe3c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)