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 | 霑ー魘ヲ^ | 11101000101111111011000011101001101101001010011001011110 | e8bfb0e9b4a65e |
EUC-JP | 霑ー魘ヲ^ | 111100001100000110001110101100001111001010110110100011101010011001011110 | f0c18eb0f2b68ea65e |
UTF-8 | 霑ー魘ヲ^ | 11101001100111001001000111101111101111011011000011101001101011011001100011101111101111011010011001011110 | e99c91efbdb0e9ad98efbda65e |
UHC | 霑???^ | 111011111100010100111111001111110011111101011110 | efc53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)