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 | æ£ç¶^ | 11100110101000111001101011100111101101101001101001011110 | e6a39ae7b69a5e |
SJIS-WIN | ?£??¶?^ | 001111111000000110010010001111110011111110000001111101110011111101011110 | 3f81923f3f81f73f5e |
EUC-JP | ��^ | 10001111101010011100000110100001111100100011111110001111101010111010111010100010111110010011111101011110 | 8fa9c1a1f23f8fabaea2f93f5e |
UTF-8 | æ£ç¶^ | 11000011101001101100001010100011110000101001101011000011101001111100001010110110110000101001101001011110 | c3a6c2a3c29ac3a7c2b6c29a5e |
UHC | æ???¶?^ | 101010011010000100111111001111110011111110100010110100100011111101011110 | a9a13f3f3fa2d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)