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 | ÐîßÄ | 11010000111011101101111111000100 | d0eedfc4 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?îßÄ | 00111111100011111010101111000010100011111010100111001110100011111010101010100011 | 3f8fabc28fa9ce8faaa3 |
UTF-8 | ÐîßÄ | 1100001110010000110000111010111011000011100111111100001110000100 | c390c3aec39fc384 |
UHC | Ð?ß? | 101010001010001000111111101010011010110000111111 | a8a23fa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)