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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 綜???? | 100100011000111000111111001111110011111100111111 | 918e3f3f3f3f |
EUC-JP | 綜???翟 | 1100000111101110001111110011111100111111100011111101010110111100 | c1ee3f3f3f8fd5bc |
UTF-8 | 綜븃렋렒翟 | 111001111011011010011100111010111011100010000011111010111010000010001011111010111010000010010010111001111011111110011111 | e7b69cebb883eba08beba092e7bf9f |
UHC | 綜븃렋렒翟 | 11110000111111001011101011101000100011101010001010001110101001111110111011100001 | f0fcbae88ea28ea7eee1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)