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 | 粳х | 11100010111010011000010010000111 | e2e98487 |
EUC-JP | 粳х | 11100100111010111010011111100111 | e4eba7e7 |
UTF-8 | 粳х | 1110011110110010101100111101000110000101 | e7b2b3d185 |
UHC | 粳х | 11001011110101111010110011100111 | cbd7ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)