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 | 琮? | 111110110110101000111111 | fb6a3f |
EUC-JP | 琮? | 10001111110011001011001000111111 | 8fccb23f |
UTF-8 | 琮렟 | 111001111001000010101110111010111010000010011111 | e790aeeba09f |
UHC | 琮렟 | 11110000111110011000111010110000 | f0f98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)