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 | ò°I | 111100101011000001001001 | f2b049 |
SJIS-WIN | ?°I | 00111111100000011000101101001001 | 3f818b49 |
EUC-JP | ò°I | 100011111010101111010010101000011110101101001001 | 8fabd2a1eb49 |
UTF-8 | ò°I | 1100001110110010110000101011000001001001 | c3b2c2b049 |
UHC | ?°I | 00111111101000011100011001001001 | 3fa1c649 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)