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 | 綜?™佺? | 11000001111011100011111110001111101000101110111110001111101100001111100100111111 | c1ee3f8fa2ef8fb0f93f |
UTF-8 | 綜계™佺렢 | 111001111011011010011100111010101011001110000100111000101000010010100010111001001011110110111010111010111010000010100010 | e7b69ceab384e284a2e4bdbaeba0a2 |
UHC | 綜계™佺렢 | 11110000111111001011000011101000101000101110001011101110111011011000111010110011 | f0fcb0e8a2e2eeed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)