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 | è ç¶e^ | 1110100010100000100001111110011110011110101101100110010101011110 | e8a087e79eb6655e |
SJIS-WIN | ?????¶e^ | 001111110011111100111111001111110011111110000001111101110110010101011110 | 3f3f3f3f3f81f7655e |
EUC-JP | è??ç?¶e^ | 10001111101010111011001000111111001111111000111110101011101011100011111110100010111110010110010101011110 | 8fabb23f3f8fabae3fa2f9655e |
UTF-8 | è ç¶e^ | 1100001110101000110000101010000011000010100001111100001110100111110000101001111011000010101101100110010101011110 | c3a8c2a0c287c3a7c29ec2b6655e |
UHC | ?????¶e^ | 001111110011111100111111001111110011111110100010110100100110010101011110 | 3f3f3f3f3fa2d2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)