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 | Ä~è}^ | 10010110110001001001011101111110111010000111110101011110 | 96c4977ee87d5e |
SJIS-WIN | ???~?}^ | 00111111001111110011111101111110001111110111110101011110 | 3f3f3f7e3f7d5e |
EUC-JP | ?Ä?~è}^ | 0011111110001111101010101010001100111111011111101000111110101011101100100111110101011110 | 3f8faaa33f7e8fabb27d5e |
UTF-8 | Ä~è}^ | 1100001010010110110000111000010011000010100101110111111011000011101010000111110101011110 | c296c384c2977ec3a87d5e |
UHC | ???~?}^ | 00111111001111110011111101111110001111110111110101011110 | 3f3f3f7e3f7d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)