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 | 汯汯 | 111001101011000110101111111001101011000110101111 | e6b1afe6b1af |
SJIS-WIN | ?±??±? | 0011111110000001011111010011111100111111100000010111110100111111 | 3f817d3f3f817d3f |
EUC-JP | 汯汯 | 10001111101010011100000110100001110111101000111110100010101101001000111110101001110000011010000111011110100011111010001010110100 | 8fa9c1a1de8fa2b48fa9c1a1de8fa2b4 |
UTF-8 | 汯汯 | 110000111010011011000010101100011100001010101111110000111010011011000010101100011100001010101111 | c3a6c2b1c2afc3a6c2b1c2af |
UHC | æ±?æ±? | 10101001101000011010000110111110001111111010100110100001101000011011111000111111 | a9a1a1be3fa9a1a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)