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 | äß´ç¶^ | 11100100110111111011010011100111101101101001101001011110 | e4dfb4e7b69a5e |
SJIS-WIN | ??´?¶?^ | 001111110011111110000001010011000011111110000001111101110011111101011110 | 3f3f814c3f81f73f5e |
EUC-JP | äß´ç¶?^ | 100011111010101110100011100011111010100111001110101000011010110110001111101010111010111010100010111110010011111101011110 | 8faba38fa9cea1ad8fabaea2f93f5e |
UTF-8 | äß´ç¶^ | 11000011101001001100001110011111110000101011010011000011101001111100001010110110110000101001101001011110 | c3a4c39fc2b4c3a7c2b6c29a5e |
UHC | ?ß´?¶?^ | 00111111101010011010110010100010101001010011111110100010110100100011111101011110 | 3fa9aca2a53fa2d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)