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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 質炅 | 111100011111100010001110101111111111101101010001 | f1f88ebffb51 |
EUC-JP | ?質炅 | 001111111011110011000001100011111100100111001010 | 3fbcc18fc9ca |
UTF-8 | 質炅 | 111011101000010110110011111010001011001110101010111001111000001010000101 | ee85b3e8b3aae78285 |
UHC | ?質炅 | 0011111111110010111101011100110011011101 | 3ff2f5ccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)