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 | 粳ф | 11100010111010011000010010000110 | e2e98486 |
EUC-JP | 粳ф | 11100100111010111010011111100110 | e4eba7e6 |
UTF-8 | 粳ф | 1110011110110010101100111101000110000100 | e7b2b3d184 |
UHC | 粳ф | 11001011110101111010110011100110 | cbd7ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)