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 | ½ñÂà | 1100001010111101110000111011000111000010100011111100001110000010 | c2bdc3b1c28fc382 |
SJIS-WIN | ???±???? | 001111110011111100111111100000010111110100111111001111110011111100111111 | 3f3f3f817d3f3f3f3f |
EUC-JP | �ñ�� | 1000111110101010101001000011111110001111101010101010101010100001110111101000111110101010101001000011111110001111101010101010101000111111 | 8faaa43f8faaaaa1de8faaa43f8faaaa3f |
UTF-8 | ½ñÂà | 11000011100000101100001010111101110000111000001111000010101100011100001110000010110000101000111111000011100000111100001010000010 | c382c2bdc383c2b1c382c28fc383c282 |
UHC | ?½?±???? | 00111111101010001111011000111111101000011011111000111111001111110011111100111111 | 3fa8f63fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)