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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 荵? | 111001001011100100111111 | e4b93f |
EUC-JP | 荵鏅 | 1110100010111011100011111110010110111110 | e8bb8fe5be |
UTF-8 | 荵鏅 | 111010001000110110110101111010011000111110000101 | e88db5e98f85 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)