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 | 痂蝓 | 11100001011011111110010110011111 | e16fe59f |
EUC-JP | 痂蝓 | 11100001110100001110101010100001 | e1d0eaa1 |
UTF-8 | 痂蝓 | 111001111001011110000010111010001001110110010011 | e79782e89d93 |
UHC | 痂? | 110010101011001000111111 | cab23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)