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 | Ì®ê³ | 11001100101011101110101010110011 | ccaeeab3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ì®ê? | 10001111101010101100000010001111101000101110111010001111101010111011010000111111 | 8faac08fa2ee8fabb43f |
UTF-8 | Ì®ê³ | 1100001110001100110000101010111011000011101010101100001010110011 | c38cc2aec3aac2b3 |
UHC | ?®?³ | 001111111010001011100111001111111010100111111000 | 3fa2e73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)