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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 奚亘 | 10011010111101101001100001101010 | 9af6986a |
EUC-JP | 奚亘 | 11010100111110001100111111001011 | d4f8cfcb |
UTF-8 | 奚亘 | 111001011010010110011010111001001011101010011000 | e5a59ae4ba98 |
UHC | 奚亘 | 11111010101010001101000011100110 | faa8d0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)