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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雜ウ讖区判^ | 11101000101101101011001111100110101010011000101111100110100101001011101101011110 | e8b6b3e6a98be694bb5e |
EUC-JP | 雜ウ讖区判^ | 1111000010111000100011101011001111101100101010111011011011101000110010001011110101011110 | f0b88eb3ecabb6e8c8bd5e |
UTF-8 | 雜ウ讖区判^ | 11101001100110111001110011101111101111011011001111101000101011101001011011100101100011001011101011100101100010001010010001011110 | e99b9cefbdb3e8ae96e58cbae588a45e |
UHC | 雜?讖?判^ | 111011011101101000111111111100111101100100111111111101111111011101011110 | edda3ff3d93ff7f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)