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 | è ç¶c^ | 1110100010100000100001111110011110011110101101100110001101011110 | e8a087e79eb6635e |
SJIS-WIN | ?????¶c^ | 001111110011111100111111001111110011111110000001111101110110001101011110 | 3f3f3f3f3f81f7635e |
EUC-JP | è??ç?¶c^ | 10001111101010111011001000111111001111111000111110101011101011100011111110100010111110010110001101011110 | 8fabb23f3f8fabae3fa2f9635e |
UTF-8 | è ç¶c^ | 1100001110101000110000101010000011000010100001111100001110100111110000101001111011000010101101100110001101011110 | c3a8c2a0c287c3a7c29ec2b6635e |
UHC | ?????¶c^ | 001111110011111100111111001111110011111110100010110100100110001101011110 | 3f3f3f3f3fa2d2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)