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 | 爭鉤 | 11100000101001011110011111101010 | e0a5e7ea |
EUC-JP | 爭鉤 | 11100000101001111110111011101100 | e0a7eeec |
UTF-8 | 爭鉤 | 111001111000100010101101111010011000100110100100 | e788ade989a4 |
UHC | 爭鉤 | 11101110101100111100111111001001 | eeb3cfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)