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 | 號?該 | 1110010101101010001111111000101001011001 | e56a3f8a59 |
EUC-JP | 號?該 | 1110100111001011001111111011001110111010 | e9cb3fb3ba |
UTF-8 | 號렍該 | 111010001001100110011111111010111010000010001101111010001010100110110010 | e8999feba08de8a9b2 |
UHC | 號렍該 | 111110111101110010001110101000111111101010110001 | fbdc8ea3fab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)