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 | ツ愿カツ漏^ | 1100001010011100110000111011011011000010100110000101001001011110 | c29cc3b6c298525e |
EUC-JP | ツ愿カツ漏^ | 1000111011000010110110001100010110001110101101101000111011000010110011111011001101011110 | 8ec2d8c58eb68ec2cfb35e |
UTF-8 | ツ愿カツ漏^ | 11101111101111101000001011100110100001001011111111101111101111011011011011101111101111101000001011100110101111001000111101011110 | efbe82e684bfefbdb6efbe82e6bc8f5e |
UHC | ?愿??漏^ | 0011111111101010101101000011111100111111110101111010100101011110 | 3feab43f3fd7a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)