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 | 獰睾 | 11100000110101101110000111001110 | e0d6e1ce |
EUC-JP | 獰睾 | 11100000110110001110001011010000 | e0d8e2d0 |
UTF-8 | 獰睾 | 111001111000110110110000111001111001110110111110 | e78db0e79dbe |
UHC | 獰睾 | 11100111101111101100110111000010 | e7becdc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)