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 | í¸ãà | 11101101101110001110001111000011 | edb8e3c3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | í¸ãà | 100011111010101110111111100011111010001010110001100011111010101110101010100011111010101010101010 | 8fabbf8fa2b18fabaa8faaaa |
UTF-8 | í¸ãà | 1100001110101101110000101011100011000011101000111100001110000011 | c3adc2b8c3a3c383 |
UHC | ?¸?? | 0011111110100010101011000011111100111111 | 3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)