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 | 粐礦 | 11100010111000101110000111100110 | e2e2e1e6 |
EUC-JP | 粐礦 | 11100100111001001110001011101000 | e4e4e2e8 |
UTF-8 | 粐礦 | 111001111011001010010000111001111010010010100110 | e7b290e7a4a6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)